#204257

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

Shades of Astronaut Blue #204257

Tints of Astronaut Blue #204257

Color information

#204257 (or 0x204257) is unknown color: approx Astronaut Blue. HEX triplet: 20, 42 and 57. RGB value is (32,66,87). Sum of RGB (Red+Green+Blue) = 32+66+87=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #204257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204257 is #DFBDA8. Grayscale: #3A3A3A. Windows color (decimal): -14663081 or 5718560. OLE color: 5718560.

HSL color Cylindrical-coordinate representation of color #204257: hue angle of 202.91º 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 #204257 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB326687-
CMYK0.630.2400.66
HSL202.91º46.22%23.33%-
HSV(B)202.91º63.22%34.12%-
XYZ4.264.899.74-
YUV58.23144.24109.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=17.30%
G=35.68%
B=47.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3266870.630.2400.66202.9146.2223.33
Hex2042573F18042cb2e17
Octal40102127773001023135627
Binary1000001000010101011111111111000010000101100101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204257; }

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

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

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

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

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

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

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

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