#3D5082

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

Shades of Tory Blue #3D5082

Tints of Tory Blue #3D5082

Color information

#3D5082 (or 0x3D5082) is unknown color: approx Tory Blue. HEX triplet: 3D, 50 and 82. RGB value is (61,80,130). Sum of RGB (Red+Green+Blue) = 61+80+130=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5082 is #C2AF7D. Grayscale: #4F4F4F. Windows color (decimal): -12758910 or 8540221. OLE color: 8540221.

HSL color Cylindrical-coordinate representation of color #3D5082: hue angle of 223.48º 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 #3D5082 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6180130-
CMYK0.530.3800.49
HSL223.48º36.13%37.45%-
HSV(B)223.48º53.08%50.98%-
XYZ8.828.3422.26-
YUV80.02156.21114.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=22.51%
G=29.52%
B=47.97%

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
Decimal61801300.530.3800.49223.4836.1337.45
Hex3D50823526031df2425
Octal7512020265460613374445
Binary111101101000010000010110101100110011000111011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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