#356E81

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

Shades of Astral #356E81

Tints of Astral #356E81

Color information

#356E81 (or 0x356E81) is unknown color: approx Astral. HEX triplet: 35, 6E and 81. RGB value is (53,110,129). Sum of RGB (Red+Green+Blue) = 53+110+129=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #356E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E81 is #CA917E. Grayscale: #5E5E5E. Windows color (decimal): -13275519 or 8482357. OLE color: 8482357.

HSL color Cylindrical-coordinate representation of color #356E81: hue angle of 195º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356E81 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53110129-
CMYK0.590.1500.49
HSL195º41.76%35.69%-
HSV(B)195º58.91%50.59%-
XYZ11.0113.4922.79-
YUV95.12147.1297.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=18.15%
G=37.67%
B=44.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531101290.590.1500.4919541.7635.69
Hex356E813BF031c32a24
Octal6515620173170613035244
Binary1101011101110100000011110111111011000111000011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,129); }

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

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

 a { background-color: rgb(53,110,129); }

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

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

 span { border-color: rgb(53,110,129); }

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