#204859

Color #204859 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #204859

Tints of Astronaut Blue #204859

Color information

#204859 (or 0x204859) is unknown color: approx Astronaut Blue. HEX triplet: 20, 48 and 59. RGB value is (32,72,89). Sum of RGB (Red+Green+Blue) = 32+72+89=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #204859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204859 is #DFB7A6. Grayscale: #3D3D3D. Windows color (decimal): -14661543 or 5851168. OLE color: 5851168.

HSL color Cylindrical-coordinate representation of color #204859: hue angle of 197.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204859 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB327289-
CMYK0.640.1900.65
HSL197.89º47.11%23.73%-
HSV(B)197.89º64.04%34.9%-
XYZ4.725.6610.3-
YUV61.98143.25106.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=16.58%
G=37.31%
B=46.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3272890.640.1900.65197.8947.1123.73
Hex2048594013041c62f18
Octal401101311002301013065730
Binary10000010010001011001100000010011010000011100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204859; }

 p { color: rgb(32,72,89); }

 H1.HeaderClassName
 {
   color: #204859;
 }
 .AnyTagClassName
 {
   color: #204859;
 }
</style>
background-color css

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

 a { background-color: rgb(32,72,89); }

 div.DivClassName
 {
   background-color: #204859;
 }
 .BgClassName
 {
   background-color: #204859;
 }
</style>
border-color css

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

 span { border-color: rgb(32,72,89); }

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