#3D4896

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

Shades of Tory Blue #3D4896

Tints of Tory Blue #3D4896

Color information

#3D4896 (or 0x3D4896) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 96. RGB value is (61,72,150). Sum of RGB (Red+Green+Blue) = 61+72+150=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D4896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4896 is #C2B769. Grayscale: #4D4D4D. Windows color (decimal): -12760938 or 9848893. OLE color: 9848893.

HSL color Cylindrical-coordinate representation of color #3D4896: hue angle of 232.58º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4896 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6172150-
CMYK0.590.5200.41
HSL232.58º42.18%41.37%-
HSV(B)232.58º59.33%58.82%-
XYZ9.757.8329.85-
YUV77.6168.86116.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=21.55%
G=25.44%
B=53.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61721500.590.5200.41232.5842.1841.37
Hex3D48963B34029e92a29
Octal7511022673640513515251
Binary111101100100010010110111011110100010100111101001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,150); }

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

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

 a { background-color: rgb(61,72,150); }

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

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

 span { border-color: rgb(61,72,150); }

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