#21445A

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

Shades of Astronaut Blue #21445A

Tints of Astronaut Blue #21445A

Color information

#21445A (or 0x21445A) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 5A. RGB value is (33,68,90). Sum of RGB (Red+Green+Blue) = 33+68+90=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #21445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445A is #DEBBA5. Grayscale: #3B3B3B. Windows color (decimal): -14597030 or 5915681. OLE color: 5915681.

HSL color Cylindrical-coordinate representation of color #21445A: hue angle of 203.16º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21445A is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336890-
CMYK0.630.2400.65
HSL203.16º46.34%24.12%-
HSV(B)203.16º63.33%35.29%-
XYZ4.545.210.44-
YUV60.04144.9108.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=17.28%
G=35.60%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3368900.630.2400.65203.1646.3424.12
Hex21445A3F18041cb2e18
Octal41104132773001013135630
Binary1000011000100101101011111111000010000011100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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