Html Css Color HEX #204762 Astronaut Blue

📋 copy color: '#204762'

red 32 ◦ green 71 ◦ blue 98

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

Shades of Astronaut Blue #204762

Tints of Astronaut Blue #204762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 15.92%
G = 35.32%
B = 48.76%

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

#204762 (or 0x204762) is known color: Astronaut Blue. HEX triplet: 20, 47 and 62. RGB value is (32,71,98). Sum of RGB (Red+Green+Blue) = 32+71+98=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #204762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204762 is #DFB89D. Grayscale: #3E3E3E. Windows color (decimal): -14661790 or 6440736. OLE color: 6440736.

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

Color convert

RGB 32 71 98 -
CMYK 0.67 0.28 0 0.62
HSL 204.55º 0.51% 0.25% -
HSV(B) 204.55º 0.67% 0.38% -
XYZ 5.05 5.7 12.39 -
YUV 62.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 32 71 98 0.67 0.28 0 0.62 204.55 0.51 0.25
Hex 20 47 62 43 1C 0 3E CD 33 19
Octal 40 107 142 103 34 0 76 315 63 31
Binary 100000 1000111 1100010 1000011 11100 0 111110 11001101 110011 11001

Color Harmonies of #204762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204762

Black with #204762

Text Example


Text Example

White with #204762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204762; }

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

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

background-color css

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

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

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

border-color css

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

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

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