#3D508B

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

Shades of Tory Blue #3D508B

Tints of Tory Blue #3D508B

Color information

#3D508B (or 0x3D508B) is unknown color: approx Tory Blue. HEX triplet: 3D, 50 and 8B. RGB value is (61,80,139). Sum of RGB (Red+Green+Blue) = 61+80+139=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D508B is #C2AF74. Grayscale: #505050. Windows color (decimal): -12758901 or 9130045. OLE color: 9130045.

HSL color Cylindrical-coordinate representation of color #3D508B: hue angle of 225.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D508B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6180139-
CMYK0.560.4200.45
HSL225.38º39%39.22%-
HSV(B)225.38º56.12%54.51%-
XYZ9.458.5925.59-
YUV81.04160.71113.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=21.79%
G=28.57%
B=49.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61801390.560.4200.45225.383939.22
Hex3D508B382A02De12727
Octal7512021370520553414747
Binary111101101000010001011111000101010010110111100001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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