#21445B

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

Shades of Astronaut Blue #21445B

Tints of Astronaut Blue #21445B

Color information

#21445B (or 0x21445B) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 5B. RGB value is (33,68,91). Sum of RGB (Red+Green+Blue) = 33+68+91=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #21445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445B is #DEBBA4. Grayscale: #3C3C3C. Windows color (decimal): -14597029 or 5981217. OLE color: 5981217.

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

Color convert

RGB336891-
CMYK0.640.2500.64
HSL203.79º46.77%24.31%-
HSV(B)203.79º63.74%35.69%-
XYZ4.585.2110.66-
YUV60.16145.4108.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=17.19%
G=35.42%
B=47.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3368910.640.2500.64203.7946.7724.31
Hex21445B4019040cc2f18
Octal411041331003101003145730
Binary10000110001001011011100000011001010000001100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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