#357991

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

Shades of Astral #357991

Tints of Astral #357991

Color information

#357991 (or 0x357991) is unknown color: approx Astral. HEX triplet: 35, 79 and 91. RGB value is (53,121,145). Sum of RGB (Red+Green+Blue) = 53+121+145=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #357991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357991 is #CA866E. Grayscale: #676767. Windows color (decimal): -13272687 or 9533749. OLE color: 9533749.

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

Color convert

RGB53121145-
CMYK0.630.1700.43
HSL195.65º46.46%38.82%-
HSV(B)195.65º63.45%56.86%-
XYZ13.4216.4829.26-
YUV103.4151.4792.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=16.61%
G=37.93%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531211450.630.1700.43195.6546.4638.82
Hex3579913F1102Bc42e27
Octal6517122177210533045647
Binary11010111110011001000111111110001010101111000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357991; }

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

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

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

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

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

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

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

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