#357691

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

Shades of Astral #357691

Tints of Astral #357691

Color information

#357691 (or 0x357691) is unknown color: approx Astral. HEX triplet: 35, 76 and 91. RGB value is (53,118,145). Sum of RGB (Red+Green+Blue) = 53+118+145=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #357691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357691 is #CA896E. Grayscale: #656565. Windows color (decimal): -13273455 or 9532981. OLE color: 9532981.

HSL color Cylindrical-coordinate representation of color #357691: hue angle of 197.61º 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 #357691 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53118145-
CMYK0.630.1900.43
HSL197.61º46.46%38.82%-
HSV(B)197.61º63.45%56.86%-
XYZ13.0615.7629.14-
YUV101.64152.4793.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=16.77%
G=37.34%
B=45.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531181450.630.1900.43197.6146.4638.82
Hex3576913F1302Bc62e27
Octal6516622177230533065647
Binary11010111101101001000111111110011010101111000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357691; }

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

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

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

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

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

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

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

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