#356B91

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

Shades of Astral #356B91

Tints of Astral #356B91

Color information

#356B91 (or 0x356B91) is unknown color: approx Astral. HEX triplet: 35, 6B and 91. RGB value is (53,107,145). Sum of RGB (Red+Green+Blue) = 53+107+145=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #356B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B91 is #CA946E. Grayscale: #5E5E5E. Windows color (decimal): -13276271 or 9530165. OLE color: 9530165.

HSL color Cylindrical-coordinate representation of color #356B91: hue angle of 204.78º 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 #356B91 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53107145-
CMYK0.630.2600.43
HSL204.78º46.46%38.82%-
HSV(B)204.78º63.45%56.86%-
XYZ11.8413.3228.73-
YUV95.19156.1197.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=17.38%
G=35.08%
B=47.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531071450.630.2600.43204.7846.4638.82
Hex356B913F1A02Bcd2e27
Octal6515322177320533155647
Binary11010111010111001000111111111010010101111001101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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