#357189

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

Shades of Astral #357189

Tints of Astral #357189

Color information

#357189 (or 0x357189) is unknown color: approx Astral. HEX triplet: 35, 71 and 89. RGB value is (53,113,137). Sum of RGB (Red+Green+Blue) = 53+113+137=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #357189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357189 is #CA8E76. Grayscale: #616161. Windows color (decimal): -13274743 or 9007413. OLE color: 9007413.

HSL color Cylindrical-coordinate representation of color #357189: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357189 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53113137-
CMYK0.610.1800.46
HSL197.14º44.21%37.25%-
HSV(B)197.14º61.31%53.73%-
XYZ11.8914.3725.81-
YUV97.8150.1296.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=17.49%
G=37.29%
B=45.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531131370.610.1800.46197.1444.2137.25
Hex3571893D1202Ec52c25
Octal6516121175220563055445
Binary11010111100011000100111110110010010111011000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357189; }

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

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

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

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

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

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

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

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