#204359

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

Shades of Astronaut Blue #204359

Tints of Astronaut Blue #204359

Color information

#204359 (or 0x204359) is unknown color: approx Astronaut Blue. HEX triplet: 20, 43 and 59. RGB value is (32,67,89). Sum of RGB (Red+Green+Blue) = 32+67+89=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #204359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204359 is #DFBCA6. Grayscale: #3A3A3A. Windows color (decimal): -14662823 or 5849888. OLE color: 5849888.

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

Color convert

RGB326789-
CMYK0.640.2500.65
HSL203.16º47.11%23.73%-
HSV(B)203.16º64.04%34.9%-
XYZ4.415.0410.19-
YUV59.04144.9108.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=17.02%
G=35.64%
B=47.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3267890.640.2500.65203.1647.1123.73
Hex2043594019041cb2f18
Octal401031311003101013135730
Binary10000010000111011001100000011001010000011100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204359; }

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

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

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

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

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

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

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

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