#21477F

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

Shades of Fun Blue #21477F

Tints of Fun Blue #21477F

Color information

#21477F (or 0x21477F) is unknown color: approx Fun Blue. HEX triplet: 21, 47 and 7F. RGB value is (33,71,127). Sum of RGB (Red+Green+Blue) = 33+71+127=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #21477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21477F is #DEB880. Grayscale: #414141. Windows color (decimal): -14596225 or 8341281. OLE color: 8341281.

HSL color Cylindrical-coordinate representation of color #21477F: hue angle of 215.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21477F is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3371127-
CMYK0.740.4400.50
HSL215.74º58.75%31.37%-
HSV(B)215.74º74.02%49.8%-
XYZ6.716.3620.95-
YUV66.02162.41104.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 127 (50% from 255) = 54.98%
R=14.29%
G=30.74%
B=54.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33711270.740.4400.50215.7458.7531.37
Hex21477F4A2C032d83b1f
Octal41107177112540623307337
Binary10000110001111111111100101010110001100101101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21477F; }

 p { color: rgb(33,71,127); }

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

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

 a { background-color: rgb(33,71,127); }

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

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

 span { border-color: rgb(33,71,127); }

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