#3D538E

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

Shades of Tory Blue #3D538E

Tints of Tory Blue #3D538E

Color information

#3D538E (or 0x3D538E) is unknown color: approx Tory Blue. HEX triplet: 3D, 53 and 8E. RGB value is (61,83,142). Sum of RGB (Red+Green+Blue) = 61+83+142=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D538E is #C2AC71. Grayscale: #525252. Windows color (decimal): -12758130 or 9327421. OLE color: 9327421.

HSL color Cylindrical-coordinate representation of color #3D538E: hue angle of 223.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D538E is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6183142-
CMYK0.570.4200.44
HSL223.7º39.9%39.8%-
HSV(B)223.7º57.04%55.69%-
XYZ9.99.1326.83-
YUV83.15161.21112.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=21.33%
G=29.02%
B=49.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61831420.570.4200.44223.739.939.8
Hex3D538E392A02Ce02828
Octal7512321671520543405050
Binary111101101001110001110111001101010010110011100000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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