#356D80

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

Shades of Astral #356D80

Tints of Astral #356D80

Color information

#356D80 (or 0x356D80) is unknown color: approx Astral. HEX triplet: 35, 6D and 80. RGB value is (53,109,128). Sum of RGB (Red+Green+Blue) = 53+109+128=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #356D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D80 is #CA927F. Grayscale: #5E5E5E. Windows color (decimal): -13275776 or 8416565. OLE color: 8416565.

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

Color convert

RGB53109128-
CMYK0.590.1500.50
HSL195.2º41.44%35.49%-
HSV(B)195.2º58.59%50.2%-
XYZ10.8313.2522.41-
YUV94.42146.9598.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=18.28%
G=37.59%
B=44.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531091280.590.1500.50195.241.4435.49
Hex356D803BF032c32923
Octal6515520073170623035143
Binary1101011101101100000001110111111011001011000011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356D80; }

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

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

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

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

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

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

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

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