Html Css Color HEX #20445E Astronaut Blue

📋 copy color: '#20445E'

red 32 ◦ green 68 ◦ blue 94

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

Shades of Astronaut Blue #20445E

Tints of Astronaut Blue #20445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 16.49%
G = 35.05%
B = 48.45%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20445E (or 0x20445E) is known color: Astronaut Blue. HEX triplet: 20, 44 and 5E. RGB value is (32,68,94). Sum of RGB (Red+Green+Blue) = 32+68+94=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #20445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445E is #DFBBA1. Grayscale: #3C3C3C. Windows color (decimal): -14662562 or 6177824. OLE color: 6177824.

HSL color Cylindrical-coordinate representation of color #20445E: hue angle of 205.16º degrees, saturation: 0.49, 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 #20445E is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 68 94 -
CMYK 0.66 0.28 0 0.63
HSL 205.16º 0.49% 0.25% -
HSV(B) 205.16º 0.66% 0.37% -
XYZ 4.68 5.25 11.36 -
YUV 60.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 32 68 94 0.66 0.28 0 0.63 205.16 0.49 0.25
Hex 20 44 5E 42 1C 0 3F CD 31 19
Octal 40 104 136 102 34 0 77 315 61 31
Binary 100000 1000100 1011110 1000010 11100 0 111111 11001101 110001 11001

Color Harmonies of #20445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20445E

Black with #20445E

Text Example


Text Example

White with #20445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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