Html Css Color HEX #204659 Astronaut Blue

📋 copy color: '#204659'

red 32 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #204659

Tints of Astronaut Blue #204659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 16.75%
G = 36.65%
B = 46.6%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204659 (or 0x204659) is known color: Astronaut Blue. HEX triplet: 20, 46 and 59. RGB value is (32,70,89). Sum of RGB (Red+Green+Blue) = 32+70+89=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #204659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204659 is #DFB9A6. Grayscale: #3C3C3C. Windows color (decimal): -14662055 or 5850656. OLE color: 5850656.

HSL color Cylindrical-coordinate representation of color #204659: hue angle of 200º 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 #204659 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 70 89 -
CMYK 0.64 0.21 0 0.65
HSL 200º 0.47% 0.24% -
HSV(B) 200º 0.64% 0.35% -
XYZ 4.59 5.41 10.25 -
YUV 60.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 32 70 89 0.64 0.21 0 0.65 200 0.47 0.24
Hex 20 46 59 40 15 0 41 C8 2F 18
Octal 40 106 131 100 25 0 101 310 57 30
Binary 100000 1000110 1011001 1000000 10101 0 1000001 11001000 101111 11000

Color Harmonies of #204659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204659

Black with #204659

Text Example


Text Example

White with #204659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204659; }

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

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

background-color css

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

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

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

border-color css

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

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

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