Html Css Color HEX #20455A Astronaut Blue

📋 copy color: '#20455A'

red 32 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #20455A

Tints of Astronaut Blue #20455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.12%

R = 16.75%
G = 36.13%
B = 47.12%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20455A (or 0x20455A) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5A. RGB value is (32,69,90). Sum of RGB (Red+Green+Blue) = 32+69+90=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #20455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455A is #DFBAA5. Grayscale: #3C3C3C. Windows color (decimal): -14662310 or 5915936. OLE color: 5915936.

HSL color Cylindrical-coordinate representation of color #20455A: hue angle of 201.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20455A is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 69 90 -
CMYK 0.64 0.23 0 0.65
HSL 201.72º 0.48% 0.24% -
HSV(B) 201.72º 0.64% 0.35% -
XYZ 4.57 5.3 10.46 -
YUV 60.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 32 69 90 0.64 0.23 0 0.65 201.72 0.48 0.24
Hex 20 45 5A 40 17 0 41 CA 30 18
Octal 40 105 132 100 27 0 101 312 60 30
Binary 100000 1000101 1011010 1000000 10111 0 1000001 11001010 110000 11000

Color Harmonies of #20455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20455A

Black with #20455A

Text Example


Text Example

White with #20455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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