Html Css Color HEX #204562 Astronaut Blue

📋 copy color: '#204562'

red 32 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #204562

Tints of Astronaut Blue #204562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 16.08%
G = 34.67%
B = 49.25%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204562 (or 0x204562) is known color: Astronaut Blue. HEX triplet: 20, 45 and 62. RGB value is (32,69,98). Sum of RGB (Red+Green+Blue) = 32+69+98=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #204562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204562 is #DFBA9D. Grayscale: #3D3D3D. Windows color (decimal): -14662302 or 6440224. OLE color: 6440224.

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

Color convert

RGB 32 69 98 -
CMYK 0.67 0.30 0 0.62
HSL 206.36º 0.51% 0.25% -
HSV(B) 206.36º 0.67% 0.38% -
XYZ 4.93 5.45 12.35 -
YUV 61.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 32 69 98 0.67 0.30 0 0.62 206.36 0.51 0.25
Hex 20 45 62 43 1E 0 3E CE 33 19
Octal 40 105 142 103 36 0 76 316 63 31
Binary 100000 1000101 1100010 1000011 11110 0 111110 11001110 110011 11001

Color Harmonies of #204562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204562

Black with #204562

Text Example


Text Example

White with #204562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204562; }

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

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

background-color css

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

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

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

border-color css

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

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

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