#3D5199

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

Shades of Tory Blue #3D5199

Tints of Tory Blue #3D5199

Color information

#3D5199 (or 0x3D5199) is unknown color: approx Tory Blue. HEX triplet: 3D, 51 and 99. RGB value is (61,81,153). Sum of RGB (Red+Green+Blue) = 61+81+153=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D5199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5199 is #C2AE66. Grayscale: #525252. Windows color (decimal): -12758631 or 10047805. OLE color: 10047805.

HSL color Cylindrical-coordinate representation of color #3D5199: hue angle of 226.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D5199 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6181153-
CMYK0.600.4700.4
HSL226.96º42.99%41.96%-
HSV(B)226.96º60.13%60%-
XYZ10.629.1831.35-
YUV83.23167.37112.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=20.68%
G=27.46%
B=51.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61811530.600.4700.4226.9642.9941.96
Hex3D51993C2F028e32b2a
Octal7512123174570503435352
Binary111101101000110011001111100101111010100011100011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,153); }

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

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

 a { background-color: rgb(61,81,153); }

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

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

 span { border-color: rgb(61,81,153); }

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