COLOR #7288B2

HEX: #7288B2 RGB: (114,136,178)

Color info

#7288B2 contains mainly green and blue colors. Web safe color of #7288B2 is #669999 (or #699).

RGB color model

#7288B2 color RGB value is (114,136,178).

RGB: (114,136,178) (45%, 53%, 70%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 178 of 255 = 70%

114
136
178

R + G + B ~ 56%. #7288B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 136 + 178 = 428 (100%)
R 114 of 428 ~ 26.64%
G 136 of 428 ~ 31.78%
B 178 of 428 ~ 41.59'%

%26.64
%31.78
%41.59

CMYK color model

#7288B2 color CMYK value is (36,24,0,30).

  • cyan value is 35.96%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (36,24,0,30)
C36M24Y0K30 (36%, 24%, 0%, 30%)
(0.36 / 0.24 / 0.00 / 0.30)

CMYK percentages

%35.96
%23.6
%0
%30.2

Codes

Color #7288B2 in popluar color models

72 88 B2
RGB 114 136 178
HSL 219° 29.36% 57.25%
HSB/HSV 219° 35.96% 69.80%
CMYK 35.96% 23.60% 0.00%
30.20%

Color #7288B2 in popluar number systems.

HEX 72 88 B2
Decimal 114 136 178
Binary 1110010 10001000 10110010
Octal 162 210 262

Shades and tints

Shades of #7288B2

#7288B2
(114,136,178)
#687CA2
(104,124,162)
#5E7092
(94,112,146)
#546482
(84,100,130)
#4A5872
(74,88,114)
#404C62
(64,76,98)
#364052
(54,64,82)
#2C3442
(44,52,66)
#222832
(34,40,50)
#181C22
(24,28,34)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #7288B2

#7288B2
(114,136,178)
#7E92B9
(126,146,185)
#8A9CC0
(138,156,192)
#96A6C7
(150,166,199)
#A2B0CE
(162,176,206)
#AEBAD5
(174,186,213)
#BAC4DC
(186,196,220)
#C6CEE3
(198,206,227)
#D2D8EA
(210,216,234)
#DEE2F1
(222,226,241)
#EAECF8
(234,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7288B2 color. Also use rgb(114,136,178) instead hex code.

Text Font Color

.myTextColor { color: #7288B2; }

<p style="color:#7288B2">This sample text font color is #7288B2.</p>

This text font color is #7288B2.

Background Color

.myBgColor { background-color: #7288B2; }

<div style="background-color:#7288B2">Inner text</div>

This div background color is #7288B2.

Border color

.myBorderColor { border: 1px solid #7288B2; }

<div style="border:3px solid #7288B2">Div</div>

This div border color is #7288B2.

Opacity

.myOpacity80 { color: #7288B2; opacity: 0.8; }

<p style="color:#7288B2;opacity:0.8;">80%</p>

Text with #7288B2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7288B2;}

<p style="text-shadow: 3px 3px 1px #7288B2">Text here.</p>

This text has shadow with #7288B2 color.


.textShadow {text-shadow: 3px 3px 1px #7288B2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7288B2, 5px 5px 20px red">Text here.</p>

This text has shadow with #7288B2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7288B2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7288B2, Direction=45, Strength=4)">Text</p>

This text has shadow with #7288B2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7288B2;
-webkit-box-shadow: 1px 1px 3px 2px #7288B2;
box-shadow: 1px 1px 3px 2px #7288B2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7288B2; -webkit-box-shadow: 1px 1px 3px 2px #7288B2; box-shadow:1px 1px 3px 2px #7288B2;">
Div content here
</div>

This div box has shadow with color #7288B2.

Preview

Color preview on black background

This text has color #7288B2 on black background.


Color preview on white background

This text has color #7288B2 on white background.


Black color preview on #7288B2 background

This text has black color on #7288B2 background.


White color preview on #7288B2 background

This text has white color on #7288B2 background.


Related colors

Complementary color

Complementary color for #hex is #8D774D.


I love getcolorcode.com

Triadic colors

1 #B27288 and #88B272 with #7288B2 are triadic colors.

2 #B28872 and #8872B2 with #7288B2 are triadic colors.