#214382

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

Shades of Fun Blue #214382

Tints of Fun Blue #214382

Color information

#214382 (or 0x214382) is unknown color: approx Fun Blue. HEX triplet: 21, 43 and 82. RGB value is (33,67,130). Sum of RGB (Red+Green+Blue) = 33+67+130=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #214382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214382 is #DEBC7D. Grayscale: #3F3F3F. Windows color (decimal): -14597246 or 8536865. OLE color: 8536865.

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

Color convert

RGB3367130-
CMYK0.750.4800.49
HSL218.97º59.51%31.96%-
HSV(B)218.97º74.62%50.98%-
XYZ6.665.9521.92-
YUV64.02165.24105.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=14.35%
G=29.13%
B=56.52%

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
Decimal33671300.750.4800.49218.9759.5131.96
Hex2143824B30031db3c20
Octal41103202113600613337440
Binary1000011000011100000101001011110000011000111011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214382; }

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

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

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

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

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

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

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

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