#357692

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

Shades of Astral #357692

Tints of Astral #357692

Color information

#357692 (or 0x357692) is unknown color: approx Astral. HEX triplet: 35, 76 and 92. RGB value is (53,118,146). Sum of RGB (Red+Green+Blue) = 53+118+146=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #357692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357692 is #CA896D. Grayscale: #656565. Windows color (decimal): -13273454 or 9598517. OLE color: 9598517.

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

Color convert

RGB53118146-
CMYK0.640.1900.43
HSL198.06º46.73%39.02%-
HSV(B)198.06º63.7%57.25%-
XYZ13.1315.7929.55-
YUV101.76152.9793.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=16.72%
G=37.22%
B=46.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531181460.640.1900.43198.0646.7339.02
Hex357692401302Bc62f27
Octal65166222100230533065747
Binary110101111011010010010100000010011010101111000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357692; }

 p { color: rgb(53,118,146); }

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

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

 a { background-color: rgb(53,118,146); }

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

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

 span { border-color: rgb(53,118,146); }

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