#357091

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

Shades of Astral #357091

Tints of Astral #357091

Color information

#357091 (or 0x357091) is unknown color: approx Astral. HEX triplet: 35, 70 and 91. RGB value is (53,112,145). Sum of RGB (Red+Green+Blue) = 53+112+145=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #357091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357091 is #CA8F6E. Grayscale: #616161. Windows color (decimal): -13274991 or 9531445. OLE color: 9531445.

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

Color convert

RGB53112145-
CMYK0.630.2300.43
HSL201.52º46.46%38.82%-
HSV(B)201.52º63.45%56.86%-
XYZ12.3714.3928.91-
YUV98.12154.4595.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=17.10%
G=36.13%
B=46.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531121450.630.2300.43201.5246.4638.82
Hex3570913F1702Bca2e27
Octal6516022177270533125647
Binary11010111100001001000111111110111010101111001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357091; }

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

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

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

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

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

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

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

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