#204556

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

Shades of Astronaut Blue #204556

Tints of Astronaut Blue #204556

Color information

#204556 (or 0x204556) is unknown color: approx Astronaut Blue. HEX triplet: 20, 45 and 56. RGB value is (32,69,86). Sum of RGB (Red+Green+Blue) = 32+69+86=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #204556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204556 is #DFBAA9. Grayscale: #3B3B3B. Windows color (decimal): -14662314 or 5653792. OLE color: 5653792.

HSL color Cylindrical-coordinate representation of color #204556: hue angle of 198.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204556 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB326986-
CMYK0.630.2000.66
HSL198.89º45.76%23.14%-
HSV(B)198.89º62.79%33.73%-
XYZ4.45.249.58-
YUV59.88142.74108.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=17.11%
G=36.90%
B=45.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3269860.630.2000.66198.8945.7623.14
Hex2045563F14042c72e17
Octal40105126772401023075627
Binary1000001000101101011011111110100010000101100011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204556; }

 p { color: rgb(32,69,86); }

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

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

 a { background-color: rgb(32,69,86); }

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

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

 span { border-color: rgb(32,69,86); }

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