#357989

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

Shades of Astral #357989

Tints of Astral #357989

Color information

#357989 (or 0x357989) is unknown color: approx Astral. HEX triplet: 35, 79 and 89. RGB value is (53,121,137). Sum of RGB (Red+Green+Blue) = 53+121+137=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #357989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357989 is #CA8676. Grayscale: #666666. Windows color (decimal): -13272695 or 9009461. OLE color: 9009461.

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

Color convert

RGB53121137-
CMYK0.610.1200.46
HSL191.43º44.21%37.25%-
HSV(B)191.43º61.31%53.73%-
XYZ12.8216.2426.13-
YUV102.49147.4792.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=17.04%
G=38.91%
B=44.05%

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
Decimal531211370.610.1200.46191.4344.2137.25
Hex3579893DC02Ebf2c25
Octal6517121175140562775445
Binary1101011111001100010011111011100010111010111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357989; }

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

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

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

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

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

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

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

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