Html Css Color HEX #204256 Astronaut Blue

📋 copy color: '#204256'

red 32 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #204256

Tints of Astronaut Blue #204256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 17.39%
G = 35.87%
B = 46.74%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204256 (or 0x204256) is known color: Astronaut Blue. HEX triplet: 20, 42 and 56. RGB value is (32,66,86). Sum of RGB (Red+Green+Blue) = 32+66+86=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #204256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204256 is #DFBDA9. Grayscale: #3A3A3A. Windows color (decimal): -14663082 or 5653024. OLE color: 5653024.

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

Color convert

RGB 32 66 86 -
CMYK 0.63 0.23 0 0.66
HSL 202.22º 0.46% 0.23% -
HSV(B) 202.22º 0.63% 0.34% -
XYZ 4.22 4.88 9.52 -
YUV 58.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 32 66 86 0.63 0.23 0 0.66 202.22 0.46 0.23
Hex 20 42 56 3F 17 0 42 CA 2E 17
Octal 40 102 126 77 27 0 102 312 56 27
Binary 100000 1000010 1010110 111111 10111 0 1000010 11001010 101110 10111

Color Harmonies of #204256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204256

Black with #204256

Text Example


Text Example

White with #204256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204256; }

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

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

background-color css

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

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

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

border-color css

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

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

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