#3B538E

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

Shades of Tory Blue #3B538E

Tints of Tory Blue #3B538E

Color information

#3B538E (or 0x3B538E) is unknown color: approx Tory Blue. HEX triplet: 3B, 53 and 8E. RGB value is (59,83,142). Sum of RGB (Red+Green+Blue) = 59+83+142=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B538E is #C4AC71. Grayscale: #525252. Windows color (decimal): -12889202 or 9327419. OLE color: 9327419.

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

Color convert

RGB5983142-
CMYK0.580.4200.44
HSL222.65º41.29%39.41%-
HSV(B)222.65º58.45%55.69%-
XYZ9.789.0726.83-
YUV82.55161.55111.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 142 (55.86% from 255) = 50%
R=20.77%
G=29.23%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59831420.580.4200.44222.6541.2939.41
Hex3B538E3A2A02Cdf2927
Octal7312321672520543375147
Binary111011101001110001110111010101010010110011011111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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