#357690

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

Shades of Astral #357690

Tints of Astral #357690

Color information

#357690 (or 0x357690) is unknown color: approx Astral. HEX triplet: 35, 76 and 90. RGB value is (53,118,144). Sum of RGB (Red+Green+Blue) = 53+118+144=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #357690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357690 is #CA896F. Grayscale: #656565. Windows color (decimal): -13273456 or 9467445. OLE color: 9467445.

HSL color Cylindrical-coordinate representation of color #357690: hue angle of 197.14º 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 #357690 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53118144-
CMYK0.630.1800.44
HSL197.14º46.19%38.63%-
HSV(B)197.14º63.19%56.47%-
XYZ12.9815.7328.74-
YUV101.53151.9793.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=16.83%
G=37.46%
B=45.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531181440.630.1800.44197.1446.1938.63
Hex3576903F1202Cc52e27
Octal6516622077220543055647
Binary11010111101101001000011111110010010110011000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357690; }

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

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

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

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

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

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

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

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