Html Css Color HEX #204459 Astronaut Blue

📋 copy color: '#204459'

red 32 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #204459

Tints of Astronaut Blue #204459

RGB

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

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

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

R = 16.93%
G = 35.98%
B = 47.09%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204459 (or 0x204459) is known color: Astronaut Blue. HEX triplet: 20, 44 and 59. RGB value is (32,68,89). Sum of RGB (Red+Green+Blue) = 32+68+89=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #204459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204459 is #DFBBA6. Grayscale: #3B3B3B. Windows color (decimal): -14662567 or 5850144. OLE color: 5850144.

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

Color convert

RGB 32 68 89 -
CMYK 0.64 0.24 0 0.65
HSL 202.11º 0.47% 0.24% -
HSV(B) 202.11º 0.64% 0.35% -
XYZ 4.47 5.16 10.21 -
YUV 59.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 32 68 89 0.64 0.24 0 0.65 202.11 0.47 0.24
Hex 20 44 59 40 18 0 41 CA 2F 18
Octal 40 104 131 100 30 0 101 312 57 30
Binary 100000 1000100 1011001 1000000 11000 0 1000001 11001010 101111 11000

Color Harmonies of #204459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204459

Black with #204459

Text Example


Text Example

White with #204459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204459; }

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

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

background-color css

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

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

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

border-color css

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

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

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