#357489

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

Shades of Astral #357489

Tints of Astral #357489

Color information

#357489 (or 0x357489) is unknown color: approx Astral. HEX triplet: 35, 74 and 89. RGB value is (53,116,137). Sum of RGB (Red+Green+Blue) = 53+116+137=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #357489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357489 is #CA8B76. Grayscale: #636363. Windows color (decimal): -13273975 or 9008181. OLE color: 9008181.

HSL color Cylindrical-coordinate representation of color #357489: hue angle of 195º 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 #357489 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53116137-
CMYK0.610.1500.46
HSL195º44.21%37.25%-
HSV(B)195º61.31%53.73%-
XYZ12.2315.0525.93-
YUV99.56149.1394.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=17.32%
G=37.91%
B=44.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531161370.610.1500.4619544.2137.25
Hex3574893DF02Ec32c25
Octal6516421175170563035445
Binary1101011110100100010011111011111010111011000011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357489; }

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

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

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

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

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

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

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

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