#357590

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

Shades of Astral #357590

Tints of Astral #357590

Color information

#357590 (or 0x357590) is unknown color: approx Astral. HEX triplet: 35, 75 and 90. RGB value is (53,117,144). Sum of RGB (Red+Green+Blue) = 53+117+144=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #357590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357590 is #CA8A6F. Grayscale: #646464. Windows color (decimal): -13273712 or 9467189. OLE color: 9467189.

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

Color convert

RGB53117144-
CMYK0.630.1900.44
HSL197.8º46.19%38.63%-
HSV(B)197.8º63.19%56.47%-
XYZ12.8615.4928.7-
YUV100.94152.393.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=16.88%
G=37.26%
B=45.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531171440.630.1900.44197.846.1938.63
Hex3575903F1302Cc62e27
Octal6516522077230543065647
Binary11010111101011001000011111110011010110011000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357590; }

 p { color: rgb(53,117,144); }

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

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

 a { background-color: rgb(53,117,144); }

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

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

 span { border-color: rgb(53,117,144); }

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