#357482

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

Shades of Astral #357482

Tints of Astral #357482

Color information

#357482 (or 0x357482) is unknown color: approx Astral. HEX triplet: 35, 74 and 82. RGB value is (53,116,130). Sum of RGB (Red+Green+Blue) = 53+116+130=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #357482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357482 is #CA8B7D. Grayscale: #626262. Windows color (decimal): -13273982 or 8549429. OLE color: 8549429.

HSL color Cylindrical-coordinate representation of color #357482: hue angle of 190.91º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357482 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53116130-
CMYK0.590.1100.49
HSL190.91º42.08%35.88%-
HSV(B)190.91º59.23%50.98%-
XYZ11.7414.8623.37-
YUV98.76145.6395.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=17.73%
G=38.80%
B=43.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531161300.590.1100.49190.9142.0835.88
Hex3574823BB031bf2a24
Octal6516420273130612775244
Binary1101011110100100000101110111011011000110111111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357482; }

 p { color: rgb(53,116,130); }

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

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

 a { background-color: rgb(53,116,130); }

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

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

 span { border-color: rgb(53,116,130); }

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