#204659

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

Shades of Astronaut Blue #204659

Tints of Astronaut Blue #204659

Color information

#204659 (or 0x204659) is unknown color: approx Astronaut Blue. HEX triplet: 20, 46 and 59. RGB value is (32,70,89). Sum of RGB (Red+Green+Blue) = 32+70+89=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #204659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204659 is #DFB9A6. Grayscale: #3C3C3C. Windows color (decimal): -14662055 or 5850656. OLE color: 5850656.

HSL color Cylindrical-coordinate representation of color #204659: hue angle of 200º 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 #204659 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB327089-
CMYK0.640.2100.65
HSL200º47.11%23.73%-
HSV(B)200º64.04%34.9%-
XYZ4.595.4110.25-
YUV60.8143.91107.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=16.75%
G=36.65%
B=46.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3270890.640.2100.6520047.1123.73
Hex2046594015041c82f18
Octal401061311002501013105730
Binary10000010001101011001100000010101010000011100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204659; }

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

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

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

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

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

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

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

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