#356D85

Color #356D85 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #356D85

Tints of Astral #356D85

Color information

#356D85 (or 0x356D85) is unknown color: approx Astral. HEX triplet: 35, 6D and 85. RGB value is (53,109,133). Sum of RGB (Red+Green+Blue) = 53+109+133=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #356D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D85 is #CA927A. Grayscale: #5E5E5E. Windows color (decimal): -13275771 or 8744245. OLE color: 8744245.

HSL color Cylindrical-coordinate representation of color #356D85: hue angle of 198º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356D85 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53109133-
CMYK0.600.1800.48
HSL198º43.01%36.47%-
HSV(B)198º60.15%52.16%-
XYZ11.1713.3924.19-
YUV94.99149.4598.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=17.97%
G=36.95%
B=45.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531091330.600.1800.4819843.0136.47
Hex356D853C12030c62b24
Octal6515520574220603065344
Binary11010111011011000010111110010010011000011000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356D85; }

 p { color: rgb(53,109,133); }

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

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

 a { background-color: rgb(53,109,133); }

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

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

 span { border-color: rgb(53,109,133); }

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