#356D83

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

Shades of Astral #356D83

Tints of Astral #356D83

Color information

#356D83 (or 0x356D83) is unknown color: approx Astral. HEX triplet: 35, 6D and 83. RGB value is (53,109,131). Sum of RGB (Red+Green+Blue) = 53+109+131=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #356D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D83 is #CA927C. Grayscale: #5E5E5E. Windows color (decimal): -13275773 or 8613173. OLE color: 8613173.

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

Color convert

RGB53109131-
CMYK0.600.1700.49
HSL196.92º42.39%36.08%-
HSV(B)196.92º59.54%51.37%-
XYZ11.0313.3323.46-
YUV94.76148.4598.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=18.09%
G=37.20%
B=44.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531091310.600.1700.49196.9242.3936.08
Hex356D833C11031c52a24
Octal6515520374210613055244
Binary11010111011011000001111110010001011000111000101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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