Html Css Color HEX #20455D Astronaut Blue

📋 copy color: '#20455D'

red 32 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #20455D

Tints of Astronaut Blue #20455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 16.49%
G = 35.57%
B = 47.94%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20455D (or 0x20455D) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5D. RGB value is (32,69,93). Sum of RGB (Red+Green+Blue) = 32+69+93=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #20455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455D is #DFBAA2. Grayscale: #3C3C3C. Windows color (decimal): -14662307 or 6112544. OLE color: 6112544.

HSL color Cylindrical-coordinate representation of color #20455D: hue angle of 203.61º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20455D is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 69 93 -
CMYK 0.66 0.26 0 0.64
HSL 203.61º 0.49% 0.25% -
HSV(B) 203.61º 0.66% 0.36% -
XYZ 4.7 5.35 11.14 -
YUV 60.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 32 69 93 0.66 0.26 0 0.64 203.61 0.49 0.25
Hex 20 45 5D 42 1A 0 40 CC 31 19
Octal 40 105 135 102 32 0 100 314 61 31
Binary 100000 1000101 1011101 1000010 11010 0 1000000 11001100 110001 11001

Color Harmonies of #20455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20455D

Black with #20455D

Text Example


Text Example

White with #20455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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