#356D87

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

Shades of Astral #356D87

Tints of Astral #356D87

Color information

#356D87 (or 0x356D87) is unknown color: approx Astral. HEX triplet: 35, 6D and 87. RGB value is (53,109,135). Sum of RGB (Red+Green+Blue) = 53+109+135=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #356D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D87 is #CA9278. Grayscale: #5F5F5F. Windows color (decimal): -13275769 or 8875317. OLE color: 8875317.

HSL color Cylindrical-coordinate representation of color #356D87: hue angle of 199.02º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356D87 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53109135-
CMYK0.610.1900.47
HSL199.02º43.62%36.86%-
HSV(B)199.02º60.74%52.94%-
XYZ11.3113.4424.92-
YUV95.22150.4597.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=17.85%
G=36.70%
B=45.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531091350.610.1900.47199.0243.6236.86
Hex356D873D1302Fc72c25
Octal6515520775230573075445
Binary11010111011011000011111110110011010111111000111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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