#356A86

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

Shades of Astral #356A86

Tints of Astral #356A86

Color information

#356A86 (or 0x356A86) is unknown color: approx Astral. HEX triplet: 35, 6A and 86. RGB value is (53,106,134). Sum of RGB (Red+Green+Blue) = 53+106+134=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #356A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A86 is #CA9579. Grayscale: #5D5D5D. Windows color (decimal): -13276538 or 8809013. OLE color: 8809013.

HSL color Cylindrical-coordinate representation of color #356A86: hue angle of 200.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356A86 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53106134-
CMYK0.600.2100.47
HSL200.74º43.32%36.67%-
HSV(B)200.74º60.45%52.55%-
XYZ10.9312.7924.45-
YUV93.34150.9499.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=18.09%
G=36.18%
B=45.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531061340.600.2100.47200.7443.3236.67
Hex356A863C1502Fc92b25
Octal6515220674250573115345
Binary11010111010101000011011110010101010111111001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,106,134); }

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

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

 a { background-color: rgb(53,106,134); }

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

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

 span { border-color: rgb(53,106,134); }

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