Html Css Color HEX #20455F Astronaut Blue

📋 copy color: '#20455F'

red 32 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #20455F

Tints of Astronaut Blue #20455F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 16.33%
G = 35.2%
B = 48.47%

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

#20455F (or 0x20455F) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5F. RGB value is (32,69,95). Sum of RGB (Red+Green+Blue) = 32+69+95=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #20455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455F is #DFBAA0. Grayscale: #3C3C3C. Windows color (decimal): -14662305 or 6243616. OLE color: 6243616.

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

Color convert

RGB 32 69 95 -
CMYK 0.66 0.27 0 0.63
HSL 204.76º 0.5% 0.25% -
HSV(B) 204.76º 0.66% 0.37% -
XYZ 4.79 5.39 11.61 -
YUV 60.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 32 69 95 0.66 0.27 0 0.63 204.76 0.5 0.25
Hex 20 45 5F 42 1B 0 3F CD 32 19
Octal 40 105 137 102 33 0 77 315 62 31
Binary 100000 1000101 1011111 1000010 11011 0 111111 11001101 110010 11001

Color Harmonies of #20455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20455F

Black with #20455F

Text Example


Text Example

White with #20455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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