#356980

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

Shades of Astral #356980

Tints of Astral #356980

Color information

#356980 (or 0x356980) is unknown color: approx Astral. HEX triplet: 35, 69 and 80. RGB value is (53,105,128). Sum of RGB (Red+Green+Blue) = 53+105+128=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #356980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356980 is #CA967F. Grayscale: #5B5B5B. Windows color (decimal): -13276800 or 8415541. OLE color: 8415541.

HSL color Cylindrical-coordinate representation of color #356980: hue angle of 198.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356980 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53105128-
CMYK0.590.1800.50
HSL198.4º41.44%35.49%-
HSV(B)198.4º58.59%50.2%-
XYZ10.4212.4222.27-
YUV92.07148.27100.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=18.53%
G=36.71%
B=44.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531051280.590.1800.50198.441.4435.49
Hex3569803B12032c62923
Octal6515120073220623065143
Binary11010111010011000000011101110010011001011000110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356980; }

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

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

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

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

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

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

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

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