#357896

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

Shades of Astral #357896

Tints of Astral #357896

Color information

#357896 (or 0x357896) is unknown color: approx Astral. HEX triplet: 35, 78 and 96. RGB value is (53,120,150). Sum of RGB (Red+Green+Blue) = 53+120+150=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #357896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357896 is #CA8769. Grayscale: #676767. Windows color (decimal): -13272938 or 9861173. OLE color: 9861173.

HSL color Cylindrical-coordinate representation of color #357896: hue angle of 198.56º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357896 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53120150-
CMYK0.650.2000.41
HSL198.56º47.78%39.8%-
HSV(B)198.56º64.67%58.82%-
XYZ13.6916.3931.3-
YUV103.39154.392.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=16.41%
G=37.15%
B=46.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531201500.650.2000.41198.5647.7839.8
Hex3578964114029c73028
Octal65170226101240513076050
Binary110101111100010010110100000110100010100111000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357896; }

 p { color: rgb(53,120,150); }

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

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

 a { background-color: rgb(53,120,150); }

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

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

 span { border-color: rgb(53,120,150); }

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