#3D4593

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

Shades of Tory Blue #3D4593

Tints of Tory Blue #3D4593

Color information

#3D4593 (or 0x3D4593) is unknown color: approx Tory Blue. HEX triplet: 3D, 45 and 93. RGB value is (61,69,147). Sum of RGB (Red+Green+Blue) = 61+69+147=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4593 is #C2BA6C. Grayscale: #4B4B4B. Windows color (decimal): -12761709 or 9651517. OLE color: 9651517.

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

Color convert

RGB6169147-
CMYK0.590.5300.42
HSL234.42º41.35%40.78%-
HSV(B)234.42º58.5%57.65%-
XYZ9.327.3528.53-
YUV75.5168.35117.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=22.02%
G=24.91%
B=53.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61691470.590.5300.42234.4241.3540.78
Hex3D45933B3502Aea2929
Octal7510522373650523525151
Binary111101100010110010011111011110101010101011101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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