#357894

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

Shades of Astral #357894

Tints of Astral #357894

Color information

#357894 (or 0x357894) is unknown color: approx Astral. HEX triplet: 35, 78 and 94. RGB value is (53,120,148). Sum of RGB (Red+Green+Blue) = 53+120+148=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #357894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357894 is #CA876B. Grayscale: #666666. Windows color (decimal): -13272940 or 9730101. OLE color: 9730101.

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

Color convert

RGB53120148-
CMYK0.640.1900.42
HSL197.68º47.26%39.41%-
HSV(B)197.68º64.19%58.04%-
XYZ13.5316.3330.46-
YUV103.16153.392.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=16.51%
G=37.38%
B=46.11%

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
Decimal531201480.640.1900.42197.6847.2639.41
Hex357894401302Ac62f27
Octal65170224100230523065747
Binary110101111100010010100100000010011010101011000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357894; }

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

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

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

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

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

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

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

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