Html Css Color HEX #204556 Astronaut Blue

📋 copy color: '#204556'

red 32 ◦ green 69 ◦ blue 86

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

Shades of Astronaut Blue #204556

Tints of Astronaut Blue #204556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 17.11%
G = 36.9%
B = 45.99%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204556 (or 0x204556) is known color: Astronaut Blue. HEX triplet: 20, 45 and 56. RGB value is (32,69,86). Sum of RGB (Red+Green+Blue) = 32+69+86=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #204556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204556 is #DFBAA9. Grayscale: #3B3B3B. Windows color (decimal): -14662314 or 5653792. OLE color: 5653792.

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

Color convert

RGB 32 69 86 -
CMYK 0.63 0.20 0 0.66
HSL 198.89º 0.46% 0.23% -
HSV(B) 198.89º 0.63% 0.34% -
XYZ 4.4 5.24 9.58 -
YUV 59.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 32 69 86 0.63 0.20 0 0.66 198.89 0.46 0.23
Hex 20 45 56 3F 14 0 42 C7 2E 17
Octal 40 105 126 77 24 0 102 307 56 27
Binary 100000 1000101 1010110 111111 10100 0 1000010 11000111 101110 10111

Color Harmonies of #204556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204556

Black with #204556

Text Example


Text Example

White with #204556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204556; }

 p { color: rgb(32,69,86); }

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

background-color css

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

 a { background-color: rgb(32,69,86); }

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

border-color css

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

 span { border-color: rgb(32,69,86); }

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