Html Css Color HEX #20455E Astronaut Blue

📋 copy color: '#20455E'

red 32 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #20455E

Tints of Astronaut Blue #20455E

RGB

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

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

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

R = 16.41%
G = 35.38%
B = 48.21%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20455E (or 0x20455E) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5E. RGB value is (32,69,94). Sum of RGB (Red+Green+Blue) = 32+69+94=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #20455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455E is #DFBAA1. Grayscale: #3C3C3C. Windows color (decimal): -14662306 or 6178080. OLE color: 6178080.

HSL color Cylindrical-coordinate representation of color #20455E: hue angle of 204.19º 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 #20455E is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 69 94 -
CMYK 0.66 0.27 0 0.63
HSL 204.19º 0.49% 0.25% -
HSV(B) 204.19º 0.66% 0.37% -
XYZ 4.74 5.37 11.38 -
YUV 60.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 32 69 94 0.66 0.27 0 0.63 204.19 0.49 0.25
Hex 20 45 5E 42 1B 0 3F CC 31 19
Octal 40 105 136 102 33 0 77 314 61 31
Binary 100000 1000101 1011110 1000010 11011 0 111111 11001100 110001 11001

Color Harmonies of #20455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20455E

Black with #20455E

Text Example


Text Example

White with #20455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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