#204557

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

Shades of Astronaut Blue #204557

Tints of Astronaut Blue #204557

Color information

#204557 (or 0x204557) is unknown color: approx Astronaut Blue. HEX triplet: 20, 45 and 57. RGB value is (32,69,87). Sum of RGB (Red+Green+Blue) = 32+69+87=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #204557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204557 is #DFBAA8. Grayscale: #3B3B3B. Windows color (decimal): -14662313 or 5719328. OLE color: 5719328.

HSL color Cylindrical-coordinate representation of color #204557: hue angle of 199.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204557 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB326987-
CMYK0.630.2100.66
HSL199.64º46.22%23.33%-
HSV(B)199.64º63.22%34.12%-
XYZ4.445.259.8-
YUV59.99143.24108.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=17.02%
G=36.70%
B=46.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3269870.630.2100.66199.6446.2223.33
Hex2045573F15042c82e17
Octal40105127772501023105627
Binary1000001000101101011111111110101010000101100100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204557; }

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

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

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

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

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

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

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

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