Html Css Color HEX #204457 Astronaut Blue

📋 copy color: '#204457'

red 32 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #204457

Tints of Astronaut Blue #204457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 17.11%
G = 36.36%
B = 46.52%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204457 (or 0x204457) is known color: Astronaut Blue. HEX triplet: 20, 44 and 57. RGB value is (32,68,87). Sum of RGB (Red+Green+Blue) = 32+68+87=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #204457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204457 is #DFBBA8. Grayscale: #3B3B3B. Windows color (decimal): -14662569 or 5719072. OLE color: 5719072.

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

Color convert

RGB 32 68 87 -
CMYK 0.63 0.22 0 0.66
HSL 200.73º 0.46% 0.23% -
HSV(B) 200.73º 0.63% 0.34% -
XYZ 4.38 5.13 9.78 -
YUV 59.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 32 68 87 0.63 0.22 0 0.66 200.73 0.46 0.23
Hex 20 44 57 3F 16 0 42 C9 2E 17
Octal 40 104 127 77 26 0 102 311 56 27
Binary 100000 1000100 1010111 111111 10110 0 1000010 11001001 101110 10111

Color Harmonies of #204457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204457

Black with #204457

Text Example


Text Example

White with #204457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204457; }

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

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

background-color css

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

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

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

border-color css

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

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

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