Html Css Color HEX #204859 Astronaut Blue

📋 copy color: '#204859'

red 32 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #204859

Tints of Astronaut Blue #204859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 16.58%
G = 37.31%
B = 46.11%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204859 (or 0x204859) is known color: Astronaut Blue. HEX triplet: 20, 48 and 59. RGB value is (32,72,89). Sum of RGB (Red+Green+Blue) = 32+72+89=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #204859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204859 is #DFB7A6. Grayscale: #3D3D3D. Windows color (decimal): -14661543 or 5851168. OLE color: 5851168.

HSL color Cylindrical-coordinate representation of color #204859: hue angle of 197.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204859 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 72 89 -
CMYK 0.64 0.19 0 0.65
HSL 197.89º 0.47% 0.24% -
HSV(B) 197.89º 0.64% 0.35% -
XYZ 4.72 5.66 10.3 -
YUV 61.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 32 72 89 0.64 0.19 0 0.65 197.89 0.47 0.24
Hex 20 48 59 40 13 0 41 C6 2F 18
Octal 40 110 131 100 23 0 101 306 57 30
Binary 100000 1001000 1011001 1000000 10011 0 1000001 11000110 101111 11000

Color Harmonies of #204859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204859

Black with #204859

Text Example


Text Example

White with #204859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204859; }

 p { color: rgb(32,72,89); }

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

background-color css

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

 a { background-color: rgb(32,72,89); }

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

border-color css

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

 span { border-color: rgb(32,72,89); }

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