#357291

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

Shades of Astral #357291

Tints of Astral #357291

Color information

#357291 (or 0x357291) is unknown color: approx Astral. HEX triplet: 35, 72 and 91. RGB value is (53,114,145). Sum of RGB (Red+Green+Blue) = 53+114+145=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #357291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357291 is #CA8D6E. Grayscale: #636363. Windows color (decimal): -13274479 or 9531957. OLE color: 9531957.

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

Color convert

RGB53114145-
CMYK0.630.2100.43
HSL200.22º46.46%38.82%-
HSV(B)200.22º63.45%56.86%-
XYZ12.614.8428.99-
YUV99.29153.7994.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=16.99%
G=36.54%
B=46.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531141450.630.2100.43200.2246.4638.82
Hex3572913F1502Bc82e27
Octal6516222177250533105647
Binary11010111100101001000111111110101010101111001000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357291; }

 p { color: rgb(53,114,145); }

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

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

 a { background-color: rgb(53,114,145); }

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

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

 span { border-color: rgb(53,114,145); }

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