#3D4693

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

Shades of Tory Blue #3D4693

Tints of Tory Blue #3D4693

Color information

#3D4693 (or 0x3D4693) is unknown color: approx Tory Blue. HEX triplet: 3D, 46 and 93. RGB value is (61,70,147). Sum of RGB (Red+Green+Blue) = 61+70+147=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4693 is #C2B96C. Grayscale: #4B4B4B. Windows color (decimal): -12761453 or 9651773. OLE color: 9651773.

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

Color convert

RGB6170147-
CMYK0.590.5200.42
HSL233.72º41.35%40.78%-
HSV(B)233.72º58.5%57.65%-
XYZ9.387.4828.55-
YUV76.09168.02117.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=21.94%
G=25.18%
B=52.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61701470.590.5200.42233.7241.3540.78
Hex3D46933B3402Aea2929
Octal7510622373640523525151
Binary111101100011010010011111011110100010101011101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,147); }

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

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

 a { background-color: rgb(61,70,147); }

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

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

 span { border-color: rgb(61,70,147); }

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