#357184

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

Shades of Astral #357184

Tints of Astral #357184

Color information

#357184 (or 0x357184) is unknown color: approx Astral. HEX triplet: 35, 71 and 84. RGB value is (53,113,132). Sum of RGB (Red+Green+Blue) = 53+113+132=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #357184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357184 is #CA8E7B. Grayscale: #616161. Windows color (decimal): -13274748 or 8679733. OLE color: 8679733.

HSL color Cylindrical-coordinate representation of color #357184: hue angle of 194.43º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357184 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53113132-
CMYK0.600.1400.48
HSL194.43º42.7%36.27%-
HSV(B)194.43º59.85%51.76%-
XYZ11.5414.2323.97-
YUV97.23147.6296.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=17.79%
G=37.92%
B=44.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531131320.600.1400.48194.4342.736.27
Hex3571843CE030c22b24
Octal6516120474160603025344
Binary1101011110001100001001111001110011000011000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357184; }

 p { color: rgb(53,113,132); }

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

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

 a { background-color: rgb(53,113,132); }

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

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

 span { border-color: rgb(53,113,132); }

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