#214579

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

Shades of Fun Blue #214579

Tints of Fun Blue #214579

Color information

#214579 (or 0x214579) is unknown color: approx Fun Blue. HEX triplet: 21, 45 and 79. RGB value is (33,69,121). Sum of RGB (Red+Green+Blue) = 33+69+121=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #214579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214579 is #DEBA86. Grayscale: #3F3F3F. Windows color (decimal): -14596743 or 7947553. OLE color: 7947553.

HSL color Cylindrical-coordinate representation of color #214579: hue angle of 215.45º 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 #214579 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3369121-
CMYK0.730.4300.53
HSL215.45º57.14%30.2%-
HSV(B)215.45º72.73%47.45%-
XYZ6.215.9618.91-
YUV64.16160.07105.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=14.80%
G=30.94%
B=54.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33691210.730.4300.53215.4557.1430.2
Hex214579492B035d7391e
Octal41105171111530653277136
Binary10000110001011111001100100110101101101011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214579; }

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

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

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

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

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

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

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

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