#356D91

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

Shades of Astral #356D91

Tints of Astral #356D91

Color information

#356D91 (or 0x356D91) is unknown color: approx Astral. HEX triplet: 35, 6D and 91. RGB value is (53,109,145). Sum of RGB (Red+Green+Blue) = 53+109+145=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #356D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D91 is #CA926E. Grayscale: #606060. Windows color (decimal): -13275759 or 9530677. OLE color: 9530677.

HSL color Cylindrical-coordinate representation of color #356D91: hue angle of 203.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356D91 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53109145-
CMYK0.630.2500.43
HSL203.48º46.46%38.82%-
HSV(B)203.48º63.45%56.86%-
XYZ12.0513.7428.8-
YUV96.36155.4597.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=17.26%
G=35.50%
B=47.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531091450.630.2500.43203.4846.4638.82
Hex356D913F1902Bcb2e27
Octal6515522177310533135647
Binary11010111011011001000111111111001010101111001011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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