#214478

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

Shades of Fun Blue #214478

Tints of Fun Blue #214478

Color information

#214478 (or 0x214478) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 78. RGB value is (33,68,120). Sum of RGB (Red+Green+Blue) = 33+68+120=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #214478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214478 is #DEBB87. Grayscale: #3F3F3F. Windows color (decimal): -14597000 or 7881761. OLE color: 7881761.

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

Color convert

RGB3368120-
CMYK0.720.4300.53
HSL215.86º56.86%30%-
HSV(B)215.86º72.5%47.06%-
XYZ6.085.8118.57-
YUV63.46159.9106.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=14.93%
G=30.77%
B=54.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33681200.720.4300.53215.8656.8630
Hex214478482B035d8391e
Octal41104170110530653307136
Binary10000110001001111000100100010101101101011101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214478; }

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

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

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

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

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

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

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

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