#357391

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

Shades of Astral #357391

Tints of Astral #357391

Color information

#357391 (or 0x357391) is unknown color: approx Astral. HEX triplet: 35, 73 and 91. RGB value is (53,115,145). Sum of RGB (Red+Green+Blue) = 53+115+145=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #357391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357391 is #CA8C6E. Grayscale: #636363. Windows color (decimal): -13274223 or 9532213. OLE color: 9532213.

HSL color Cylindrical-coordinate representation of color #357391: hue angle of 199.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357391 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53115145-
CMYK0.630.2100.43
HSL199.57º46.46%38.82%-
HSV(B)199.57º63.45%56.86%-
XYZ12.7115.0629.03-
YUV99.88153.4694.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=16.93%
G=36.74%
B=46.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531151450.630.2100.43199.5746.4638.82
Hex3573913F1502Bc82e27
Octal6516322177250533105647
Binary11010111100111001000111111110101010101111001000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357391; }

 p { color: rgb(53,115,145); }

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

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

 a { background-color: rgb(53,115,145); }

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

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

 span { border-color: rgb(53,115,145); }

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