#21437F

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

Shades of Fun Blue #21437F

Tints of Fun Blue #21437F

Color information

#21437F (or 0x21437F) is unknown color: approx Fun Blue. HEX triplet: 21, 43 and 7F. RGB value is (33,67,127). Sum of RGB (Red+Green+Blue) = 33+67+127=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #21437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21437F is #DEBC80. Grayscale: #3F3F3F. Windows color (decimal): -14597249 or 8340257. OLE color: 8340257.

HSL color Cylindrical-coordinate representation of color #21437F: hue angle of 218.3º 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 #21437F is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3367127-
CMYK0.740.4700.50
HSL218.3º58.75%31.37%-
HSV(B)218.3º74.02%49.8%-
XYZ6.475.8720.87-
YUV63.67163.74106.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 127 (50% from 255) = 55.95%
R=14.54%
G=29.52%
B=55.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33671270.740.4700.50218.358.7531.37
Hex21437F4A2F032da3b1f
Octal41103177112570623327337
Binary10000110000111111111100101010111101100101101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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