#21445C

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

Shades of Astronaut Blue #21445C

Tints of Astronaut Blue #21445C

Color information

#21445C (or 0x21445C) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 5C. RGB value is (33,68,92). Sum of RGB (Red+Green+Blue) = 33+68+92=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #21445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445C is #DEBBA3. Grayscale: #3C3C3C. Windows color (decimal): -14597028 or 6046753. OLE color: 6046753.

HSL color Cylindrical-coordinate representation of color #21445C: hue angle of 204.41º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21445C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB336892-
CMYK0.640.2600.64
HSL204.41º47.2%24.51%-
HSV(B)204.41º64.13%36.08%-
XYZ4.635.2310.89-
YUV60.27145.9108.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=17.10%
G=35.23%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3368920.640.2600.64204.4147.224.51
Hex21445C401A040cc2f19
Octal411041341003201003145731
Binary10000110001001011100100000011010010000001100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21445C; }

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

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

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

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

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

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

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

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