#3D4993

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

Shades of Tory Blue #3D4993

Tints of Tory Blue #3D4993

Color information

#3D4993 (or 0x3D4993) is unknown color: approx Tory Blue. HEX triplet: 3D, 49 and 93. RGB value is (61,73,147). Sum of RGB (Red+Green+Blue) = 61+73+147=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4993 is #C2B66C. Grayscale: #4D4D4D. Windows color (decimal): -12760685 or 9652541. OLE color: 9652541.

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

Color convert

RGB6173147-
CMYK0.590.5000.42
HSL231.63º41.35%40.78%-
HSV(B)231.63º58.5%57.65%-
XYZ9.577.8628.62-
YUV77.85167.02115.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=21.71%
G=25.98%
B=52.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61731470.590.5000.42231.6341.3540.78
Hex3D49933B3202Ae82929
Octal7511122373620523505151
Binary111101100100110010011111011110010010101011101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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