#357194

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

Shades of Astral #357194

Tints of Astral #357194

Color information

#357194 (or 0x357194) is unknown color: approx Astral. HEX triplet: 35, 71 and 94. RGB value is (53,113,148). Sum of RGB (Red+Green+Blue) = 53+113+148=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #357194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357194 is #CA8E6B. Grayscale: #626262. Windows color (decimal): -13274732 or 9728309. OLE color: 9728309.

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

Color convert

RGB53113148-
CMYK0.640.2400.42
HSL202.11º47.26%39.41%-
HSV(B)202.11º64.19%58.04%-
XYZ12.7214.7130.19-
YUV99.05155.6295.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=16.88%
G=35.99%
B=47.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531131480.640.2400.42202.1147.2639.41
Hex357194401802Aca2f27
Octal65161224100300523125747
Binary110101111000110010100100000011000010101011001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357194; }

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

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

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

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

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

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

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

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