#3D4B93

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

Shades of Tory Blue #3D4B93

Tints of Tory Blue #3D4B93

Color information

#3D4B93 (or 0x3D4B93) is unknown color: approx Tory Blue. HEX triplet: 3D, 4B and 93. RGB value is (61,75,147). Sum of RGB (Red+Green+Blue) = 61+75+147=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4B93 is #C2B46C. Grayscale: #4E4E4E. Windows color (decimal): -12760173 or 9653053. OLE color: 9653053.

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

Color convert

RGB6175147-
CMYK0.590.4900.42
HSL230.23º41.35%40.78%-
HSV(B)230.23º58.5%57.65%-
XYZ9.718.1328.66-
YUV79.02166.36115.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=21.55%
G=26.50%
B=51.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61751470.590.4900.42230.2341.3540.78
Hex3D4B933B3102Ae62929
Octal7511322373610523465151
Binary111101100101110010011111011110001010101011100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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