#214282

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

Shades of Fun Blue #214282

Tints of Fun Blue #214282

Color information

#214282 (or 0x214282) is unknown color: approx Fun Blue. HEX triplet: 21, 42 and 82. RGB value is (33,66,130). Sum of RGB (Red+Green+Blue) = 33+66+130=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #214282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214282 is #DEBD7D. Grayscale: #3F3F3F. Windows color (decimal): -14597502 or 8536609. OLE color: 8536609.

HSL color Cylindrical-coordinate representation of color #214282: hue angle of 219.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214282 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3366130-
CMYK0.750.4900.49
HSL219.59º59.51%31.96%-
HSV(B)219.59º74.62%50.98%-
XYZ6.65.8321.9-
YUV63.43165.57106.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=14.41%
G=28.82%
B=56.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33661300.750.4900.49219.5959.5131.96
Hex2142824B31031dc3c20
Octal41102202113610613347440
Binary1000011000010100000101001011110001011000111011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214282; }

 p { color: rgb(33,66,130); }

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

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

 a { background-color: rgb(33,66,130); }

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

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

 span { border-color: rgb(33,66,130); }

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