#3D5394

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

Shades of Tory Blue #3D5394

Tints of Tory Blue #3D5394

Color information

#3D5394 (or 0x3D5394) is unknown color: approx Tory Blue. HEX triplet: 3D, 53 and 94. RGB value is (61,83,148). Sum of RGB (Red+Green+Blue) = 61+83+148=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D5394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5394 is #C2AC6B. Grayscale: #535353. Windows color (decimal): -12758124 or 9720637. OLE color: 9720637.

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

Color convert

RGB6183148-
CMYK0.590.4400.42
HSL224.83º41.63%40.98%-
HSV(B)224.83º58.78%58.04%-
XYZ10.369.3229.27-
YUV83.83164.21111.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.89%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=20.89%
G=28.42%
B=50.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61831480.590.4400.42224.8341.6340.98
Hex3D53943B2C02Ae12a29
Octal7512322473540523415251
Binary111101101001110010100111011101100010101011100001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,148); }

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

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

 a { background-color: rgb(61,83,148); }

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

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

 span { border-color: rgb(61,83,148); }

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