Html Css Color HEX #204357 Astronaut Blue

📋 copy color: '#204357'

red 32 ◦ green 67 ◦ blue 87

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

Shades of Astronaut Blue #204357

Tints of Astronaut Blue #204357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 17.2%
G = 36.02%
B = 46.77%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204357 (or 0x204357) is known color: Astronaut Blue. HEX triplet: 20, 43 and 57. RGB value is (32,67,87). Sum of RGB (Red+Green+Blue) = 32+67+87=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #204357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204357 is #DFBCA8. Grayscale: #3A3A3A. Windows color (decimal): -14662825 or 5718816. OLE color: 5718816.

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

Color convert

RGB 32 67 87 -
CMYK 0.63 0.23 0 0.66
HSL 201.82º 0.46% 0.23% -
HSV(B) 201.82º 0.63% 0.34% -
XYZ 4.32 5.01 9.76 -
YUV 58.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 32 67 87 0.63 0.23 0 0.66 201.82 0.46 0.23
Hex 20 43 57 3F 17 0 42 CA 2E 17
Octal 40 103 127 77 27 0 102 312 56 27
Binary 100000 1000011 1010111 111111 10111 0 1000010 11001010 101110 10111

Color Harmonies of #204357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204357

Black with #204357

Text Example


Text Example

White with #204357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204357; }

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

 H1.HeaderClassName
 {
   color: #204357;
 }
 .AnyTagClassName
 {
   color: #204357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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