Html Css Color HEX #20455B Astronaut Blue

📋 copy color: '#20455B'

red 32 ◦ green 69 ◦ blue 91

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

Shades of Astronaut Blue #20455B

Tints of Astronaut Blue #20455B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.4%

R = 16.67%
G = 35.94%
B = 47.4%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20455B (or 0x20455B) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5B. RGB value is (32,69,91). Sum of RGB (Red+Green+Blue) = 32+69+91=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #20455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455B is #DFBAA4. Grayscale: #3C3C3C. Windows color (decimal): -14662309 or 5981472. OLE color: 5981472.

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

Color convert

RGB 32 69 91 -
CMYK 0.65 0.24 0 0.64
HSL 202.37º 0.48% 0.24% -
HSV(B) 202.37º 0.65% 0.36% -
XYZ 4.61 5.32 10.68 -
YUV 60.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 32 69 91 0.65 0.24 0 0.64 202.37 0.48 0.24
Hex 20 45 5B 41 18 0 40 CA 30 18
Octal 40 105 133 101 30 0 100 312 60 30
Binary 100000 1000101 1011011 1000001 11000 0 1000000 11001010 110000 11000

Color Harmonies of #20455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20455B

Black with #20455B

Text Example


Text Example

White with #20455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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