#357796

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

Shades of Astral #357796

Tints of Astral #357796

Color information

#357796 (or 0x357796) is unknown color: approx Astral. HEX triplet: 35, 77 and 96. RGB value is (53,119,150). Sum of RGB (Red+Green+Blue) = 53+119+150=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #357796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357796 is #CA8869. Grayscale: #666666. Windows color (decimal): -13273194 or 9860917. OLE color: 9860917.

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

Color convert

RGB53119150-
CMYK0.650.2100.41
HSL199.18º47.78%39.8%-
HSV(B)199.18º64.67%58.82%-
XYZ13.5716.1531.26-
YUV102.8154.6392.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=16.46%
G=36.96%
B=46.58%

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
Decimal531191500.650.2100.41199.1847.7839.8
Hex3577964115029c73028
Octal65167226101250513076050
Binary110101111011110010110100000110101010100111000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357796; }

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

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

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

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

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

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

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

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