#3B4B9B

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

Shades of Tory Blue #3B4B9B

Tints of Tory Blue #3B4B9B

Color information

#3B4B9B (or 0x3B4B9B) is unknown color: approx Tory Blue. HEX triplet: 3B, 4B and 9B. RGB value is (59,75,155). Sum of RGB (Red+Green+Blue) = 59+75+155=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B4B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4B9B is #C4B464. Grayscale: #4F4F4F. Windows color (decimal): -12891237 or 10177339. OLE color: 10177339.

HSL color Cylindrical-coordinate representation of color #3B4B9B: hue angle of 230º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B4B9B is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5975155-
CMYK0.620.5200.39
HSL230º44.86%41.96%-
HSV(B)230º61.94%60.78%-
XYZ10.248.3332.08-
YUV79.34170.7113.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=20.42%
G=25.95%
B=53.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59751550.620.5200.3923044.8641.96
Hex3B4B9B3E34027e62d2a
Octal7311323376640473465552
Binary111011100101110011011111110110100010011111100110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,155); }

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

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

 a { background-color: rgb(59,75,155); }

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

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

 span { border-color: rgb(59,75,155); }

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