#356989

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

Shades of Astral #356989

Tints of Astral #356989

Color information

#356989 (or 0x356989) is unknown color: approx Astral. HEX triplet: 35, 69 and 89. RGB value is (53,105,137). Sum of RGB (Red+Green+Blue) = 53+105+137=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #356989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356989 is #CA9676. Grayscale: #5C5C5C. Windows color (decimal): -13276791 or 9005365. OLE color: 9005365.

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

Color convert

RGB53105137-
CMYK0.610.2300.46
HSL202.86º44.21%37.25%-
HSV(B)202.86º61.31%53.73%-
XYZ11.0412.6725.53-
YUV93.1152.7799.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=17.97%
G=35.59%
B=46.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531051370.610.2300.46202.8644.2137.25
Hex3569893D1702Ecb2c25
Octal6515121175270563135445
Binary11010111010011000100111110110111010111011001011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356989; }

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

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

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

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

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

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

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

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