#357A93

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

Shades of Astral #357A93

Tints of Astral #357A93

Color information

#357A93 (or 0x357A93) is unknown color: approx Astral. HEX triplet: 35, 7A and 93. RGB value is (53,122,147). Sum of RGB (Red+Green+Blue) = 53+122+147=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #357A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A93 is #CA856C. Grayscale: #686868. Windows color (decimal): -13272429 or 9665077. OLE color: 9665077.

HSL color Cylindrical-coordinate representation of color #357A93: hue angle of 195.96º 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 #357A93 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53122147-
CMYK0.640.1700.42
HSL195.96º47%39.22%-
HSV(B)195.96º63.95%57.65%-
XYZ13.6916.7830.12-
YUV104.22152.1491.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=16.46%
G=37.89%
B=45.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531221470.640.1700.42195.964739.22
Hex357A93401102Ac42f27
Octal65172223100210523045747
Binary110101111101010010011100000010001010101011000100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A93; }

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

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

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

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

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

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

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

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