#357090

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

Shades of Astral #357090

Tints of Astral #357090

Color information

#357090 (or 0x357090) is unknown color: approx Astral. HEX triplet: 35, 70 and 90. RGB value is (53,112,144). Sum of RGB (Red+Green+Blue) = 53+112+144=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #357090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357090 is #CA8F6F. Grayscale: #616161. Windows color (decimal): -13274992 or 9465909. OLE color: 9465909.

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

Color convert

RGB53112144-
CMYK0.630.2200.44
HSL201.1º46.19%38.63%-
HSV(B)201.1º63.19%56.47%-
XYZ12.314.3628.51-
YUV98.01153.9595.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=17.15%
G=36.25%
B=46.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531121440.630.2200.44201.146.1938.63
Hex3570903F1602Cc92e27
Octal6516022077260543115647
Binary11010111100001001000011111110110010110011001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357090; }

 p { color: rgb(53,112,144); }

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

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

 a { background-color: rgb(53,112,144); }

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

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

 span { border-color: rgb(53,112,144); }

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