#204456

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

Shades of Astronaut Blue #204456

Tints of Astronaut Blue #204456

Color information

#204456 (or 0x204456) is unknown color: approx Astronaut Blue. HEX triplet: 20, 44 and 56. RGB value is (32,68,86). Sum of RGB (Red+Green+Blue) = 32+68+86=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #204456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204456 is #DFBBA9. Grayscale: #3B3B3B. Windows color (decimal): -14662570 or 5653536. OLE color: 5653536.

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

Color convert

RGB326886-
CMYK0.630.2100.66
HSL200º45.76%23.14%-
HSV(B)200º62.79%33.73%-
XYZ4.345.119.56-
YUV59.29143.07108.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=17.20%
G=36.56%
B=46.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3268860.630.2100.6620045.7623.14
Hex2044563F15042c82e17
Octal40104126772501023105627
Binary1000001000100101011011111110101010000101100100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204456; }

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

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

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

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

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

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

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

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