Html Css Color HEX #204661 Astronaut Blue

📋 copy color: '#204661'

red 32 ◦ green 70 ◦ blue 97

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

Shades of Astronaut Blue #204661

Tints of Astronaut Blue #204661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 16.08%
G = 35.18%
B = 48.74%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204661 (or 0x204661) is known color: Astronaut Blue. HEX triplet: 20, 46 and 61. RGB value is (32,70,97). Sum of RGB (Red+Green+Blue) = 32+70+97=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #204661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204661 is #DFB99E. Grayscale: #3D3D3D. Windows color (decimal): -14662047 or 6374944. OLE color: 6374944.

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

Color convert

RGB 32 70 97 -
CMYK 0.67 0.28 0 0.62
HSL 204.92º 0.5% 0.25% -
HSV(B) 204.92º 0.67% 0.38% -
XYZ 4.94 5.55 12.12 -
YUV 61.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 32 70 97 0.67 0.28 0 0.62 204.92 0.5 0.25
Hex 20 46 61 43 1C 0 3E CD 32 19
Octal 40 106 141 103 34 0 76 315 62 31
Binary 100000 1000110 1100001 1000011 11100 0 111110 11001101 110010 11001

Color Harmonies of #204661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204661

Black with #204661

Text Example


Text Example

White with #204661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204661; }

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

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

background-color css

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

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

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

border-color css

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

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

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