#3D5992

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

Shades of Tory Blue #3D5992

Tints of Tory Blue #3D5992

Color information

#3D5992 (or 0x3D5992) is unknown color: approx Tory Blue. HEX triplet: 3D, 59 and 92. RGB value is (61,89,146). Sum of RGB (Red+Green+Blue) = 61+89+146=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5992 is #C2A66D. Grayscale: #565656. Windows color (decimal): -12756590 or 9591101. OLE color: 9591101.

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

Color convert

RGB6189146-
CMYK0.580.3900.43
HSL220.24º41.06%40.59%-
HSV(B)220.24º58.22%57.25%-
XYZ10.6910.2128.6-
YUV87.13161.22109.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=20.61%
G=30.07%
B=49.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61891460.580.3900.43220.2441.0640.59
Hex3D59923A2702Bdc2929
Octal7513122272470533345151
Binary111101101100110010010111010100111010101111011100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,146); }

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

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

 a { background-color: rgb(61,89,146); }

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

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

 span { border-color: rgb(61,89,146); }

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