#357892

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

Shades of Astral #357892

Tints of Astral #357892

Color information

#357892 (or 0x357892) is unknown color: approx Astral. HEX triplet: 35, 78 and 92. RGB value is (53,120,146). Sum of RGB (Red+Green+Blue) = 53+120+146=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #357892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357892 is #CA876D. Grayscale: #666666. Windows color (decimal): -13272942 or 9599029. OLE color: 9599029.

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

Color convert

RGB53120146-
CMYK0.640.1800.43
HSL196.77º46.73%39.02%-
HSV(B)196.77º63.7%57.25%-
XYZ13.3716.2729.63-
YUV102.93152.392.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=16.61%
G=37.62%
B=45.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531201460.640.1800.43196.7746.7339.02
Hex357892401202Bc52f27
Octal65170222100220533055747
Binary110101111100010010010100000010010010101111000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357892; }

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

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

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

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

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

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

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

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