Html Css Color HEX #20465F Astronaut Blue

📋 copy color: '#20465F'

red 32 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #20465F

Tints of Astronaut Blue #20465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

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

R = 16.24%
G = 35.53%
B = 48.22%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20465F (or 0x20465F) is known color: Astronaut Blue. HEX triplet: 20, 46 and 5F. RGB value is (32,70,95). Sum of RGB (Red+Green+Blue) = 32+70+95=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #20465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465F is #DFB9A0. Grayscale: #3D3D3D. Windows color (decimal): -14662049 or 6243872. OLE color: 6243872.

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

Color convert

RGB 32 70 95 -
CMYK 0.66 0.26 0 0.63
HSL 203.81º 0.5% 0.25% -
HSV(B) 203.81º 0.66% 0.37% -
XYZ 4.85 5.51 11.64 -
YUV 61.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 32 70 95 0.66 0.26 0 0.63 203.81 0.5 0.25
Hex 20 46 5F 42 1A 0 3F CC 32 19
Octal 40 106 137 102 32 0 77 314 62 31
Binary 100000 1000110 1011111 1000010 11010 0 111111 11001100 110010 11001

Color Harmonies of #20465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20465F

Black with #20465F

Text Example


Text Example

White with #20465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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