#204459

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

Shades of Astronaut Blue #204459

Tints of Astronaut Blue #204459

Color information

#204459 (or 0x204459) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 59. RGB value is (32,68,89). Sum of RGB (Red+Green+Blue) = 32+68+89=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #204459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204459 is #DFBBA6. Grayscale: #3B3B3B. Windows color (decimal): -14662567 or 5850144. OLE color: 5850144.

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

Color convert

RGB326889-
CMYK0.640.2400.65
HSL202.11º47.11%23.73%-
HSV(B)202.11º64.04%34.9%-
XYZ4.475.1610.21-
YUV59.63144.57108.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=16.93%
G=35.98%
B=47.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3268890.640.2400.65202.1147.1123.73
Hex2044594018041ca2f18
Octal401041311003001013125730
Binary10000010001001011001100000011000010000011100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204459; }

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

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

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

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

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

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

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

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