#21475A

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

Shades of Astronaut Blue #21475A

Tints of Astronaut Blue #21475A

Color information

#21475A (or 0x21475A) is unknown color: approx Astronaut Blue. HEX triplet: 21, 47 and 5A. RGB value is (33,71,90). Sum of RGB (Red+Green+Blue) = 33+71+90=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #21475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21475A is #DEB8A5. Grayscale: #3D3D3D. Windows color (decimal): -14596262 or 5916449. OLE color: 5916449.

HSL color Cylindrical-coordinate representation of color #21475A: hue angle of 200º 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 #21475A is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337190-
CMYK0.630.2100.65
HSL200º46.34%24.12%-
HSV(B)200º63.33%35.29%-
XYZ4.735.5710.5-
YUV61.8143.91107.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=17.01%
G=36.60%
B=46.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3371900.630.2100.6520046.3424.12
Hex21475A3F15041c82e18
Octal41107132772501013105630
Binary1000011000111101101011111110101010000011100100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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