#214591

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

Shades of Fun Blue #214591

Tints of Fun Blue #214591

Color information

#214591 (or 0x214591) is unknown color: approx Fun Blue. HEX triplet: 21, 45 and 91. RGB value is (33,69,145). Sum of RGB (Red+Green+Blue) = 33+69+145=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #214591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214591 is #DEBA6E. Grayscale: #424242. Windows color (decimal): -14596719 or 9520417. OLE color: 9520417.

HSL color Cylindrical-coordinate representation of color #214591: hue angle of 220.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214591 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3369145-
CMYK0.770.5200.43
HSL220.71º62.92%34.9%-
HSV(B)220.71º77.24%56.86%-
XYZ7.876.6227.65-
YUV66.9172.07103.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=13.36%
G=27.94%
B=58.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33691450.770.5200.43220.7162.9234.9
Hex2145914D3402Bdd3f23
Octal41105221115640533357743
Binary1000011000101100100011001101110100010101111011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214591; }

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

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

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

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

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

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

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

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