#357886

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

Shades of Astral #357886

Tints of Astral #357886

Color information

#357886 (or 0x357886) is unknown color: approx Astral. HEX triplet: 35, 78 and 86. RGB value is (53,120,134). Sum of RGB (Red+Green+Blue) = 53+120+134=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #357886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357886 is #CA8779. Grayscale: #656565. Windows color (decimal): -13272954 or 8812597. OLE color: 8812597.

HSL color Cylindrical-coordinate representation of color #357886: hue angle of 190.37º 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 #357886 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53120134-
CMYK0.600.1000.47
HSL190.37º43.32%36.67%-
HSV(B)190.37º60.45%52.55%-
XYZ12.4915.9124.97-
YUV101.56146.393.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=17.26%
G=39.09%
B=43.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531201340.600.1000.47190.3743.3236.67
Hex3578863CA02Fbe2b25
Octal6517020674120572765345
Binary1101011111000100001101111001010010111110111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357886; }

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

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

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

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

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

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

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

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