#3D5485

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

Shades of Tory Blue #3D5485

Tints of Tory Blue #3D5485

Color information

#3D5485 (or 0x3D5485) is unknown color: approx Tory Blue. HEX triplet: 3D, 54 and 85. RGB value is (61,84,133). Sum of RGB (Red+Green+Blue) = 61+84+133=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5485 is #C2AB7A. Grayscale: #525252. Windows color (decimal): -12757883 or 8737853. OLE color: 8737853.

HSL color Cylindrical-coordinate representation of color #3D5485: hue angle of 220.83º 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 #3D5485 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6184133-
CMYK0.540.3700.48
HSL220.83º37.11%38.04%-
HSV(B)220.83º54.14%52.16%-
XYZ9.339.0323.44-
YUV82.71156.38112.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=21.94%
G=30.22%
B=47.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61841330.540.3700.48220.8337.1138.04
Hex3D54853625030dd2526
Octal7512420566450603354546
Binary111101101010010000101110110100101011000011011101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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