#357889

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

Shades of Astral #357889

Tints of Astral #357889

Color information

#357889 (or 0x357889) is unknown color: approx Astral. HEX triplet: 35, 78 and 89. RGB value is (53,120,137). Sum of RGB (Red+Green+Blue) = 53+120+137=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #357889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357889 is #CA8776. Grayscale: #656565. Windows color (decimal): -13272951 or 9009205. OLE color: 9009205.

HSL color Cylindrical-coordinate representation of color #357889: hue angle of 192.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357889 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53120137-
CMYK0.610.1200.46
HSL192.14º44.21%37.25%-
HSV(B)192.14º61.31%53.73%-
XYZ12.71626.09-
YUV101.9147.893.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 137 (53.91% from 255) = 44.19%
R=17.10%
G=38.71%
B=44.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531201370.610.1200.46192.1444.2137.25
Hex3578893DC02Ec02c25
Octal6517021175140563005445
Binary1101011111000100010011111011100010111011000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357889; }

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

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

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

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

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

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

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

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