#357696

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

Shades of Astral #357696

Tints of Astral #357696

Color information

#357696 (or 0x357696) is unknown color: approx Astral. HEX triplet: 35, 76 and 96. RGB value is (53,118,150). Sum of RGB (Red+Green+Blue) = 53+118+150=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #357696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357696 is #CA8969. Grayscale: #666666. Windows color (decimal): -13273450 or 9860661. OLE color: 9860661.

HSL color Cylindrical-coordinate representation of color #357696: hue angle of 199.79º 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 #357696 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53118150-
CMYK0.650.2100.41
HSL199.79º47.78%39.8%-
HSV(B)199.79º64.67%58.82%-
XYZ13.4515.9231.22-
YUV102.21154.9792.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=16.51%
G=36.76%
B=46.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531181500.650.2100.41199.7947.7839.8
Hex3576964115029c83028
Octal65166226101250513106050
Binary110101111011010010110100000110101010100111001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357696; }

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

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

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

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

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

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

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

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