#20435A

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

Shades of Astronaut Blue #20435A

Tints of Astronaut Blue #20435A

Color information

#20435A (or 0x20435A) is unknown color: approx Astronaut Blue. HEX triplet: 20, 43 and 5A. RGB value is (32,67,90). Sum of RGB (Red+Green+Blue) = 32+67+90=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #20435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20435A is #DFBCA5. Grayscale: #3B3B3B. Windows color (decimal): -14662822 or 5915424. OLE color: 5915424.

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

Color convert

RGB326790-
CMYK0.640.2600.65
HSL203.79º47.54%23.92%-
HSV(B)203.79º64.44%35.29%-
XYZ4.455.0610.42-
YUV59.16145.4108.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=16.93%
G=35.45%
B=47.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3267900.640.2600.65203.7947.5423.92
Hex20435A401A041cc3018
Octal401031321003201013146030
Binary10000010000111011010100000011010010000011100110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,67,90); }

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

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

 a { background-color: rgb(32,67,90); }

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

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

 span { border-color: rgb(32,67,90); }

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