#357790

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

Shades of Astral #357790

Tints of Astral #357790

Color information

#357790 (or 0x357790) is unknown color: approx Astral. HEX triplet: 35, 77 and 90. RGB value is (53,119,144). Sum of RGB (Red+Green+Blue) = 53+119+144=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #357790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357790 is #CA886F. Grayscale: #656565. Windows color (decimal): -13273200 or 9467701. OLE color: 9467701.

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

Color convert

RGB53119144-
CMYK0.630.1700.44
HSL196.48º46.19%38.63%-
HSV(B)196.48º63.19%56.47%-
XYZ13.115.9628.78-
YUV102.12151.6392.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=16.77%
G=37.66%
B=45.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531191440.630.1700.44196.4846.1938.63
Hex3577903F1102Cc42e27
Octal6516722077210543045647
Binary11010111101111001000011111110001010110011000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357790; }

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

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

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

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

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

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

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

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