Html Css Color HEX #204662 Astronaut Blue

📋 copy color: '#204662'

red 32 ◦ green 70 ◦ blue 98

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

Shades of Astronaut Blue #204662

Tints of Astronaut Blue #204662

RGB

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

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

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

R = 16%
G = 35%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204662 (or 0x204662) is known color: Astronaut Blue. HEX triplet: 20, 46 and 62. RGB value is (32,70,98). Sum of RGB (Red+Green+Blue) = 32+70+98=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #204662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204662 is #DFB99D. Grayscale: #3D3D3D. Windows color (decimal): -14662046 or 6440480. OLE color: 6440480.

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

Color convert

RGB 32 70 98 -
CMYK 0.67 0.29 0 0.62
HSL 205.45º 0.51% 0.25% -
HSV(B) 205.45º 0.67% 0.38% -
XYZ 4.99 5.57 12.37 -
YUV 61.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 32 70 98 0.67 0.29 0 0.62 205.45 0.51 0.25
Hex 20 46 62 43 1D 0 3E CD 33 19
Octal 40 106 142 103 35 0 76 315 63 31
Binary 100000 1000110 1100010 1000011 11101 0 111110 11001101 110011 11001

Color Harmonies of #204662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204662

Black with #204662

Text Example


Text Example

White with #204662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204662; }

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

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

background-color css

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

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

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

border-color css

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

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

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