#357186

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

Shades of Astral #357186

Tints of Astral #357186

Color information

#357186 (or 0x357186) is unknown color: approx Astral. HEX triplet: 35, 71 and 86. RGB value is (53,113,134). Sum of RGB (Red+Green+Blue) = 53+113+134=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #357186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357186 is #CA8E79. Grayscale: #616161. Windows color (decimal): -13274746 or 8810805. OLE color: 8810805.

HSL color Cylindrical-coordinate representation of color #357186: hue angle of 195.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357186 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53113134-
CMYK0.600.1600.47
HSL195.56º43.32%36.67%-
HSV(B)195.56º60.45%52.55%-
XYZ11.6814.2924.7-
YUV97.45148.6296.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=17.67%
G=37.67%
B=44.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531131340.600.1600.47195.5643.3236.67
Hex3571863C1002Fc42b25
Octal6516120674200573045345
Binary11010111100011000011011110010000010111111000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357186; }

 p { color: rgb(53,113,134); }

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

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

 a { background-color: rgb(53,113,134); }

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

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

 span { border-color: rgb(53,113,134); }

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