#204356

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

Shades of Astronaut Blue #204356

Tints of Astronaut Blue #204356

Color information

#204356 (or 0x204356) is unknown color: approx Astronaut Blue. HEX triplet: 20, 43 and 56. RGB value is (32,67,86). Sum of RGB (Red+Green+Blue) = 32+67+86=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #204356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204356 is #DFBCA9. Grayscale: #3A3A3A. Windows color (decimal): -14662826 or 5653280. OLE color: 5653280.

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

Color convert

RGB326786-
CMYK0.630.2200.66
HSL201.11º45.76%23.14%-
HSV(B)201.11º62.79%33.73%-
XYZ4.284.999.54-
YUV58.7143.4108.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=17.30%
G=36.22%
B=46.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3267860.630.2200.66201.1145.7623.14
Hex2043563F16042c92e17
Octal40103126772601023115627
Binary1000001000011101011011111110110010000101100100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204356; }

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

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

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

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

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

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

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

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