Html Css Color HEX #204A5D Astronaut Blue

📋 copy color: '#204A5D'

red 32 ◦ green 74 ◦ blue 93

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

Shades of Astronaut Blue #204A5D

Tints of Astronaut Blue #204A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 16.08%
G = 37.19%
B = 46.73%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#204A5D (or 0x204A5D) is known color: Astronaut Blue. HEX triplet: 20, 4A and 5D. RGB value is (32,74,93). Sum of RGB (Red+Green+Blue) = 32+74+93=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #204A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A5D is #DFB5A2. Grayscale: #3F3F3F. Windows color (decimal): -14661027 or 6113824. OLE color: 6113824.

HSL color Cylindrical-coordinate representation of color #204A5D: hue angle of 198.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204A5D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 74 93 -
CMYK 0.66 0.20 0 0.64
HSL 198.69º 0.49% 0.25% -
HSV(B) 198.69º 0.66% 0.36% -
XYZ 5.02 5.99 11.25 -
YUV 63.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 32 74 93 0.66 0.20 0 0.64 198.69 0.49 0.25
Hex 20 4A 5D 42 14 0 40 C7 31 19
Octal 40 112 135 102 24 0 100 307 61 31
Binary 100000 1001010 1011101 1000010 10100 0 1000000 11000111 110001 11001

Color Harmonies of #204A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A5D

Black with #204A5D

Text Example


Text Example

White with #204A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A5D; }

 p { color: rgb(32,74,93); }

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

background-color css

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

 a { background-color: rgb(32,74,93); }

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

border-color css

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

 span { border-color: rgb(32,74,93); }

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