#357392

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

Shades of Astral #357392

Tints of Astral #357392

Color information

#357392 (or 0x357392) is unknown color: approx Astral. HEX triplet: 35, 73 and 92. RGB value is (53,115,146). Sum of RGB (Red+Green+Blue) = 53+115+146=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #357392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357392 is #CA8C6D. Grayscale: #636363. Windows color (decimal): -13274222 or 9597749. OLE color: 9597749.

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

Color convert

RGB53115146-
CMYK0.640.2100.43
HSL200º46.73%39.02%-
HSV(B)200º63.7%57.25%-
XYZ12.7915.0929.43-
YUV100153.9694.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=16.88%
G=36.62%
B=46.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531151460.640.2100.4320046.7339.02
Hex357392401502Bc82f27
Octal65163222100250533105747
Binary110101111001110010010100000010101010101111001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357392; }

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

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

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

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

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

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

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

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