#356680

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

Shades of Astral #356680

Tints of Astral #356680

Color information

#356680 (or 0x356680) is unknown color: approx Astral. HEX triplet: 35, 66 and 80. RGB value is (53,102,128). Sum of RGB (Red+Green+Blue) = 53+102+128=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #356680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356680 is #CA997F. Grayscale: #5A5A5A. Windows color (decimal): -13277568 or 8414773. OLE color: 8414773.

HSL color Cylindrical-coordinate representation of color #356680: hue angle of 200.8º 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 #356680 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53102128-
CMYK0.590.2000.50
HSL200.8º41.44%35.49%-
HSV(B)200.8º58.59%50.2%-
XYZ10.1211.8222.17-
YUV90.31149.27101.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=18.73%
G=36.04%
B=45.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531021280.590.2000.50200.841.4435.49
Hex3566803B14032c92923
Octal6514620073240623115143
Binary11010111001101000000011101110100011001011001001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356680; }

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

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

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

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

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

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

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

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