#214690

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

Shades of Fun Blue #214690

Tints of Fun Blue #214690

Color information

#214690 (or 0x214690) is unknown color: approx Fun Blue. HEX triplet: 21, 46 and 90. RGB value is (33,70,144). Sum of RGB (Red+Green+Blue) = 33+70+144=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #214690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214690 is #DEB96F. Grayscale: #434343. Windows color (decimal): -14596464 or 9455137. OLE color: 9455137.

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

Color convert

RGB3370144-
CMYK0.770.5100.44
HSL220º62.71%34.71%-
HSV(B)220º77.08%56.47%-
XYZ7.856.7227.27-
YUV67.37171.24103.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=13.36%
G=28.34%
B=58.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33701440.770.5100.4422062.7134.71
Hex2146904D3302Cdc3f23
Octal41106220115630543347743
Binary1000011000110100100001001101110011010110011011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214690; }

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

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

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

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

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

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

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

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