#357893

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

Shades of Astral #357893

Tints of Astral #357893

Color information

#357893 (or 0x357893) is unknown color: approx Astral. HEX triplet: 35, 78 and 93. RGB value is (53,120,147). Sum of RGB (Red+Green+Blue) = 53+120+147=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #357893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357893 is #CA876C. Grayscale: #666666. Windows color (decimal): -13272941 or 9664565. OLE color: 9664565.

HSL color Cylindrical-coordinate representation of color #357893: hue angle of 197.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357893 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53120147-
CMYK0.640.1800.42
HSL197.23º47%39.22%-
HSV(B)197.23º63.95%57.65%-
XYZ13.4516.330.04-
YUV103.04152.892.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=16.56%
G=37.5%
B=45.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531201470.640.1800.42197.234739.22
Hex357893401202Ac52f27
Octal65170223100220523055747
Binary110101111100010010011100000010010010101011000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357893; }

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

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

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

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

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

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

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

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