#3d4c87

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

Shades of Tory Blue #3D4C87

Tints of Tory Blue #3D4C87

Color information

#3D4C87 (or 0x3D4C87) is unknown color: approx Tory Blue. HEX triplet: 3D, 4C and 87. RGB value is (61,76,135). Sum of RGB (Red+Green+Blue) = 61+76+135=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D4C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4C87 is #C2B378. Grayscale: #4D4D4D. Windows color (decimal): -12759929 or 8866877. OLE color: 8866877.

HSL color Cylindrical-coordinate representation of color #3D4C87: hue angle of 227.84º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D4C87 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6176135-
CMYK0.550.4400.47
HSL227.84º37.76%38.43%-
HSV(B)227.84º54.81%52.94%-
XYZ8.887.9123.98-
YUV78.24160.03115.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=22.43%
G=27.94%
B=49.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61761350.550.4400.47227.8437.7638.43
Hex3D4C87372C02Fe42626
Octal7511420767540573444646
Binary111101100110010000111110111101100010111111100100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d4c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,135); }

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

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

 a { background-color: rgb(61,76,135); }

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

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

 span { border-color: rgb(61,76,135); }

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