#3D5685

Color #3D5685 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3D5685

Tints of Tory Blue #3D5685

Color information

#3D5685 (or 0x3D5685) is unknown color: approx Tory Blue. HEX triplet: 3D, 56 and 85. RGB value is (61,86,133). Sum of RGB (Red+Green+Blue) = 61+86+133=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5685 is #C2A97A. Grayscale: #535353. Windows color (decimal): -12757371 or 8738365. OLE color: 8738365.

HSL color Cylindrical-coordinate representation of color #3D5685: hue angle of 219.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5685 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6186133-
CMYK0.540.3500.48
HSL219.17º37.11%38.04%-
HSV(B)219.17º54.14%52.16%-
XYZ9.499.3423.49-
YUV83.88155.72111.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=21.79%
G=30.71%
B=47.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61861330.540.3500.48219.1737.1138.04
Hex3D56853623030db2526
Octal7512620566430603334546
Binary111101101011010000101110110100011011000011011011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5685; }

 p { color: rgb(61,86,133); }

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

<style>
 a { background-color: #3D5685; }

 a { background-color: rgb(61,86,133); }

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

<style>
 span { border-color: #3D5685; }

 span { border-color: rgb(61,86,133); }

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