#204355

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

Shades of Astronaut Blue #204355

Tints of Astronaut Blue #204355

Color information

#204355 (or 0x204355) is unknown color: approx Astronaut Blue. HEX triplet: 20, 43 and 55. RGB value is (32,67,85). Sum of RGB (Red+Green+Blue) = 32+67+85=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #204355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204355 is #DFBCAA. Grayscale: #3A3A3A. Windows color (decimal): -14662827 or 5587744. OLE color: 5587744.

HSL color Cylindrical-coordinate representation of color #204355: hue angle of 200.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204355 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB326785-
CMYK0.620.2100.67
HSL200.38º45.3%22.94%-
HSV(B)200.38º62.35%33.33%-
XYZ4.244.989.33-
YUV58.59142.9109.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=17.39%
G=36.41%
B=46.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3267850.620.2100.67200.3845.322.94
Hex2043553E15043c82d17
Octal40103125762501033105527
Binary1000001000011101010111111010101010000111100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204355; }

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

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

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

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

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

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

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

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