#357382

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

Shades of Astral #357382

Tints of Astral #357382

Color information

#357382 (or 0x357382) is unknown color: approx Astral. HEX triplet: 35, 73 and 82. RGB value is (53,115,130). Sum of RGB (Red+Green+Blue) = 53+115+130=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #357382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357382 is #CA8C7D. Grayscale: #626262. Windows color (decimal): -13274238 or 8549173. OLE color: 8549173.

HSL color Cylindrical-coordinate representation of color #357382: hue angle of 191.69º 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 #357382 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53115130-
CMYK0.590.1200.49
HSL191.69º42.08%35.88%-
HSV(B)191.69º59.23%50.98%-
XYZ11.6314.6323.33-
YUV98.17145.9695.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=17.79%
G=38.59%
B=43.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531151300.590.1200.49191.6942.0835.88
Hex3573823BC031c02a24
Octal6516320273140613005244
Binary1101011110011100000101110111100011000111000000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357382; }

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

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

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

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

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

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

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

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