#3D5182

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

Shades of Tory Blue #3D5182

Tints of Tory Blue #3D5182

Color information

#3D5182 (or 0x3D5182) is unknown color: approx Tory Blue. HEX triplet: 3D, 51 and 82. RGB value is (61,81,130). Sum of RGB (Red+Green+Blue) = 61+81+130=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5182 is #C2AE7D. Grayscale: #505050. Windows color (decimal): -12758654 or 8540477. OLE color: 8540477.

HSL color Cylindrical-coordinate representation of color #3D5182: hue angle of 222.61º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D5182 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6181130-
CMYK0.530.3800.49
HSL222.61º36.13%37.45%-
HSV(B)222.61º53.08%50.98%-
XYZ8.98.4922.29-
YUV80.61155.87114.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=22.43%
G=29.78%
B=47.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61811300.530.3800.49222.6136.1337.45
Hex3D51823526031df2425
Octal7512120265460613374445
Binary111101101000110000010110101100110011000111011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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