Html Css Color HEX #20485E Astronaut Blue

📋 copy color: '#20485E'

red 32 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #20485E

Tints of Astronaut Blue #20485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.36%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 16.16%
G = 36.36%
B = 47.47%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20485E (or 0x20485E) is known color: Astronaut Blue. HEX triplet: 20, 48 and 5E. RGB value is (32,72,94). Sum of RGB (Red+Green+Blue) = 32+72+94=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #20485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20485E is #DFB7A1. Grayscale: #3E3E3E. Windows color (decimal): -14661538 or 6178848. OLE color: 6178848.

HSL color Cylindrical-coordinate representation of color #20485E: hue angle of 201.29º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20485E is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 72 94 -
CMYK 0.66 0.23 0 0.63
HSL 201.29º 0.49% 0.25% -
HSV(B) 201.29º 0.66% 0.37% -
XYZ 4.93 5.75 11.44 -
YUV 62.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 32 72 94 0.66 0.23 0 0.63 201.29 0.49 0.25
Hex 20 48 5E 42 17 0 3F C9 31 19
Octal 40 110 136 102 27 0 77 311 61 31
Binary 100000 1001000 1011110 1000010 10111 0 111111 11001001 110001 11001

Color Harmonies of #20485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20485E

Black with #20485E

Text Example


Text Example

White with #20485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20485E; }

 p { color: rgb(32,72,94); }

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

background-color css

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

 a { background-color: rgb(32,72,94); }

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

border-color css

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

 span { border-color: rgb(32,72,94); }

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