#357890

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

Shades of Astral #357890

Tints of Astral #357890

Color information

#357890 (or 0x357890) is unknown color: approx Astral. HEX triplet: 35, 78 and 90. RGB value is (53,120,144). Sum of RGB (Red+Green+Blue) = 53+120+144=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #357890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357890 is #CA876F. Grayscale: #666666. Windows color (decimal): -13272944 or 9467957. OLE color: 9467957.

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

Color convert

RGB53120144-
CMYK0.630.1700.44
HSL195.82º46.19%38.63%-
HSV(B)195.82º63.19%56.47%-
XYZ13.2216.228.82-
YUV102.7151.392.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=16.72%
G=37.85%
B=45.43%

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
Decimal531201440.630.1700.44195.8246.1938.63
Hex3578903F1102Cc42e27
Octal6517022077210543045647
Binary11010111110001001000011111110001010110011000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357890; }

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

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

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

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

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

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

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

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