#20455A

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

Shades of Astronaut Blue #20455A

Tints of Astronaut Blue #20455A

Color information

#20455A (or 0x20455A) is unknown color: approx Astronaut Blue. HEX triplet: 20, 45 and 5A. RGB value is (32,69,90). Sum of RGB (Red+Green+Blue) = 32+69+90=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 69 (27.34% from 255 or 36.13% 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 #20455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455A is #DFBAA5. Grayscale: #3C3C3C. Windows color (decimal): -14662310 or 5915936. OLE color: 5915936.

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

Color convert

RGB326990-
CMYK0.640.2300.65
HSL201.72º47.54%23.92%-
HSV(B)201.72º64.44%35.29%-
XYZ4.575.310.46-
YUV60.33144.74107.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=16.75%
G=36.13%
B=47.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3269900.640.2300.65201.7247.5423.92
Hex20455A4017041ca3018
Octal401051321002701013126030
Binary10000010001011011010100000010111010000011100101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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