#214679

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

Shades of Fun Blue #214679

Tints of Fun Blue #214679

Color information

#214679 (or 0x214679) is unknown color: approx Fun Blue. HEX triplet: 21, 46 and 79. RGB value is (33,70,121). Sum of RGB (Red+Green+Blue) = 33+70+121=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #214679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214679 is #DEB986. Grayscale: #404040. Windows color (decimal): -14596487 or 7947809. OLE color: 7947809.

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

Color convert

RGB3370121-
CMYK0.730.4200.53
HSL214.77º57.14%30.2%-
HSV(B)214.77º72.73%47.45%-
XYZ6.276.0818.93-
YUV64.75159.74105.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=14.73%
G=31.25%
B=54.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33701210.730.4200.53214.7757.1430.2
Hex214679492A035d7391e
Octal41106171111520653277136
Binary10000110001101111001100100110101001101011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214679; }

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

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

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

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

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

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

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

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