#357793

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

Shades of Astral #357793

Tints of Astral #357793

Color information

#357793 (or 0x357793) is unknown color: approx Astral. HEX triplet: 35, 77 and 93. RGB value is (53,119,147). Sum of RGB (Red+Green+Blue) = 53+119+147=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #357793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357793 is #CA886C. Grayscale: #666666. Windows color (decimal): -13273197 or 9664309. OLE color: 9664309.

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

Color convert

RGB53119147-
CMYK0.640.1900.42
HSL197.87º47%39.22%-
HSV(B)197.87º63.95%57.65%-
XYZ13.3316.0630-
YUV102.46153.1392.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=16.61%
G=37.30%
B=46.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531191470.640.1900.42197.874739.22
Hex357793401302Ac62f27
Octal65167223100230523065747
Binary110101111011110010011100000010011010101011000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357793; }

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

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

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

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

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

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

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

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