#356A8E

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

Shades of Astral #356A8E

Tints of Astral #356A8E

Color information

#356A8E (or 0x356A8E) is unknown color: approx Astral. HEX triplet: 35, 6A and 8E. RGB value is (53,106,142). Sum of RGB (Red+Green+Blue) = 53+106+142=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #356A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A8E is #CA9571. Grayscale: #5E5E5E. Windows color (decimal): -13276530 or 9333301. OLE color: 9333301.

HSL color Cylindrical-coordinate representation of color #356A8E: hue angle of 204.27º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356A8E is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53106142-
CMYK0.630.2500.44
HSL204.27º45.64%38.24%-
HSV(B)204.27º62.68%55.69%-
XYZ11.513.0227.5-
YUV94.26154.9498.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=17.61%
G=35.22%
B=47.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531061420.630.2500.44204.2745.6438.24
Hex356A8E3F1902Ccc2e26
Octal6515221677310543145646
Binary11010111010101000111011111111001010110011001100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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