Html Css Color HEX #204860 Astronaut Blue

📋 copy color: '#204860'

red 32 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #204860

Tints of Astronaut Blue #204860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 16%
G = 36%
B = 48%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204860 (or 0x204860) is known color: Astronaut Blue. HEX triplet: 20, 48 and 60. RGB value is (32,72,96). Sum of RGB (Red+Green+Blue) = 32+72+96=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #204860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204860 is #DFB79F. Grayscale: #3E3E3E. Windows color (decimal): -14661536 or 6309920. OLE color: 6309920.

HSL color Cylindrical-coordinate representation of color #204860: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204860 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 72 96 -
CMYK 0.67 0.25 0 0.62
HSL 202.5º 0.5% 0.25% -
HSV(B) 202.5º 0.67% 0.38% -
XYZ 5.02 5.79 11.92 -
YUV 62.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 32 72 96 0.67 0.25 0 0.62 202.5 0.5 0.25
Hex 20 48 60 43 19 0 3E CA 32 19
Octal 40 110 140 103 31 0 76 312 62 31
Binary 100000 1001000 1100000 1000011 11001 0 111110 11001010 110010 11001

Color Harmonies of #204860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204860

Black with #204860

Text Example


Text Example

White with #204860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204860; }

 p { color: rgb(32,72,96); }

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

background-color css

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

 a { background-color: rgb(32,72,96); }

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

border-color css

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

 span { border-color: rgb(32,72,96); }

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