#214482

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

Shades of Fun Blue #214482

Tints of Fun Blue #214482

Color information

#214482 (or 0x214482) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 82. RGB value is (33,68,130). Sum of RGB (Red+Green+Blue) = 33+68+130=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #214482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214482 is #DEBB7D. Grayscale: #404040. Windows color (decimal): -14596990 or 8537121. OLE color: 8537121.

HSL color Cylindrical-coordinate representation of color #214482: hue angle of 218.35º 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 #214482 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3368130-
CMYK0.750.4800.49
HSL218.35º59.51%31.96%-
HSV(B)218.35º74.62%50.98%-
XYZ6.726.0721.94-
YUV64.6164.9105.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=14.29%
G=29.44%
B=56.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33681300.750.4800.49218.3559.5131.96
Hex2144824B30031da3c20
Octal41104202113600613327440
Binary1000011000100100000101001011110000011000111011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214482; }

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

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

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

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

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

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

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

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