#214289

Color #214289 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #214289

Tints of Fun Blue #214289

Color information

#214289 (or 0x214289) is unknown color: approx Fun Blue. HEX triplet: 21, 42 and 89. RGB value is (33,66,137). Sum of RGB (Red+Green+Blue) = 33+66+137=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #214289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214289 is #DEBD76. Grayscale: #3F3F3F. Windows color (decimal): -14597495 or 8995361. OLE color: 8995361.

HSL color Cylindrical-coordinate representation of color #214289: hue angle of 220.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214289 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3366137-
CMYK0.760.5200.46
HSL220.96º61.18%33.33%-
HSV(B)220.96º75.91%53.73%-
XYZ7.096.0324.46-
YUV64.23169.07105.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=13.98%
G=27.97%
B=58.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33661370.760.5200.46220.9661.1833.33
Hex2142894C3402Edd3d21
Octal41102211114640563357541
Binary1000011000010100010011001100110100010111011011101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214289; }

 p { color: rgb(33,66,137); }

 H1.HeaderClassName
 {
   color: #214289;
 }
 .AnyTagClassName
 {
   color: #214289;
 }
</style>
background-color css

<style>
 a { background-color: #214289; }

 a { background-color: rgb(33,66,137); }

 div.DivClassName
 {
   background-color: #214289;
 }
 .BgClassName
 {
   background-color: #214289;
 }
</style>
border-color css

<style>
 span { border-color: #214289; }

 span { border-color: rgb(33,66,137); }

 td.TdClassName
 {
   border-color: #214289;
 }
 .TagClassName
 {
   border-color: #214289;
 }
</style>