Html Css Color HEX #204456 Astronaut Blue

📋 copy color: '#204456'

red 32 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #204456

Tints of Astronaut Blue #204456

RGB

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

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

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

R = 17.2%
G = 36.56%
B = 46.24%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204456 (or 0x204456) is known color: Astronaut Blue. HEX triplet: 20, 44 and 56. RGB value is (32,68,86). Sum of RGB (Red+Green+Blue) = 32+68+86=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #204456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204456 is #DFBBA9. Grayscale: #3B3B3B. Windows color (decimal): -14662570 or 5653536. OLE color: 5653536.

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

Color convert

RGB 32 68 86 -
CMYK 0.63 0.21 0 0.66
HSL 200º 0.46% 0.23% -
HSV(B) 200º 0.63% 0.34% -
XYZ 4.34 5.11 9.56 -
YUV 59.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 32 68 86 0.63 0.21 0 0.66 200 0.46 0.23
Hex 20 44 56 3F 15 0 42 C8 2E 17
Octal 40 104 126 77 25 0 102 310 56 27
Binary 100000 1000100 1010110 111111 10101 0 1000010 11001000 101110 10111

Color Harmonies of #204456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204456

Black with #204456

Text Example


Text Example

White with #204456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204456; }

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

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

background-color css

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

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

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

border-color css

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

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

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