Html Css Color HEX #204257 Astronaut Blue

📋 copy color: '#204257'

red 32 ◦ green 66 ◦ blue 87

#204257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #204257

Tints of Astronaut Blue #204257

RGB

 RED value IS 32 (12.89% from 255) = 17.3%

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 17.3%
G = 35.68%
B = 47.03%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204257 (or 0x204257) is known color: 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

RGB 32 66 87 -
CMYK 0.63 0.24 0 0.66
HSL 202.91º 0.46% 0.23% -
HSV(B) 202.91º 0.63% 0.34% -
XYZ 4.26 4.89 9.74 -
YUV 58.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 32 66 87 0.63 0.24 0 0.66 202.91 0.46 0.23
Hex 20 42 57 3F 18 0 42 CB 2E 17
Octal 40 102 127 77 30 0 102 313 56 27
Binary 100000 1000010 1010111 111111 11000 0 1000010 11001011 101110 10111

Color Harmonies of #204257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204257

Black with #204257

Text Example


Text Example

White with #204257

Text Example


Text Example

HTML Codes & Css Web 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>