#214479

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

Shades of Fun Blue #214479

Tints of Fun Blue #214479

Color information

#214479 (or 0x214479) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 79. RGB value is (33,68,121). Sum of RGB (Red+Green+Blue) = 33+68+121=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #214479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214479 is #DEBB86. Grayscale: #3F3F3F. Windows color (decimal): -14596999 or 7947297. OLE color: 7947297.

HSL color Cylindrical-coordinate representation of color #214479: hue angle of 216.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214479 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3368121-
CMYK0.730.4400.53
HSL216.14º57.14%30.2%-
HSV(B)216.14º72.73%47.45%-
XYZ6.155.8418.89-
YUV63.58160.4106.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=14.86%
G=30.63%
B=54.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33681210.730.4400.53216.1457.1430.2
Hex214479492C035d8391e
Octal41104171111540653307136
Binary10000110001001111001100100110110001101011101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214479; }

 p { color: rgb(33,68,121); }

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

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

 a { background-color: rgb(33,68,121); }

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

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

 span { border-color: rgb(33,68,121); }

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