Html Css Color HEX #20445D Astronaut Blue

📋 copy color: '#20445D'

red 32 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #20445D

Tints of Astronaut Blue #20445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.23%

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

R = 16.58%
G = 35.23%
B = 48.19%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20445D (or 0x20445D) is known color: Astronaut Blue. HEX triplet: 20, 44 and 5D. RGB value is (32,68,93). Sum of RGB (Red+Green+Blue) = 32+68+93=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #20445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445D is #DFBBA2. Grayscale: #3B3B3B. Windows color (decimal): -14662563 or 6112288. OLE color: 6112288.

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

Color convert

RGB 32 68 93 -
CMYK 0.66 0.27 0 0.64
HSL 204.59º 0.49% 0.25% -
HSV(B) 204.59º 0.66% 0.36% -
XYZ 4.64 5.23 11.12 -
YUV 60.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 32 68 93 0.66 0.27 0 0.64 204.59 0.49 0.25
Hex 20 44 5D 42 1B 0 40 CD 31 19
Octal 40 104 135 102 33 0 100 315 61 31
Binary 100000 1000100 1011101 1000010 11011 0 1000000 11001101 110001 11001

Color Harmonies of #20445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20445D

Black with #20445D

Text Example


Text Example

White with #20445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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