Html Css Color HEX #204761 Astronaut Blue

📋 copy color: '#204761'

red 32 ◦ green 71 ◦ blue 97

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

Shades of Astronaut Blue #204761

Tints of Astronaut Blue #204761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 16%
G = 35.5%
B = 48.5%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204761 (or 0x204761) is known color: Astronaut Blue. HEX triplet: 20, 47 and 61. RGB value is (32,71,97). Sum of RGB (Red+Green+Blue) = 32+71+97=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #204761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204761 is #DFB89E. Grayscale: #3E3E3E. Windows color (decimal): -14661791 or 6375200. OLE color: 6375200.

HSL color Cylindrical-coordinate representation of color #204761: hue angle of 204º 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 #204761 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 71 97 -
CMYK 0.67 0.27 0 0.62
HSL 204º 0.5% 0.25% -
HSV(B) 204º 0.67% 0.38% -
XYZ 5.01 5.68 12.14 -
YUV 62.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 32 71 97 0.67 0.27 0 0.62 204 0.5 0.25
Hex 20 47 61 43 1B 0 3E CC 32 19
Octal 40 107 141 103 33 0 76 314 62 31
Binary 100000 1000111 1100001 1000011 11011 0 111110 11001100 110010 11001

Color Harmonies of #204761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204761

Black with #204761

Text Example


Text Example

White with #204761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204761; }

 p { color: rgb(32,71,97); }

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

background-color css

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

 a { background-color: rgb(32,71,97); }

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

border-color css

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

 span { border-color: rgb(32,71,97); }

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