#21447D

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

Shades of Fun Blue #21447D

Tints of Fun Blue #21447D

Color information

#21447D (or 0x21447D) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 7D. RGB value is (33,68,125). Sum of RGB (Red+Green+Blue) = 33+68+125=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #21447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21447D is #DEBB82. Grayscale: #3F3F3F. Windows color (decimal): -14596995 or 8209441. OLE color: 8209441.

HSL color Cylindrical-coordinate representation of color #21447D: hue angle of 217.17º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21447D is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3368125-
CMYK0.740.4600.51
HSL217.17º58.23%30.98%-
HSV(B)217.17º73.6%49.02%-
XYZ6.45.9420.21-
YUV64.03162.4105.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 125 (49.22% from 255) = 55.31%
R=14.60%
G=30.09%
B=55.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33681250.740.4600.51217.1758.2330.98
Hex21447D4A2E033d93a1f
Octal41104175112560633317237
Binary10000110001001111101100101010111001100111101100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21447D; }

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

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

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

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

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

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

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

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