#3B469B

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

Shades of Tory Blue #3B469B

Tints of Tory Blue #3B469B

Color information

#3B469B (or 0x3B469B) is unknown color: approx Tory Blue. HEX triplet: 3B, 46 and 9B. RGB value is (59,70,155). Sum of RGB (Red+Green+Blue) = 59+70+155=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B469B is #C4B964. Grayscale: #4C4C4C. Windows color (decimal): -12892517 or 10176059. OLE color: 10176059.

HSL color Cylindrical-coordinate representation of color #3B469B: hue angle of 233.12º 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 #3B469B is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5970155-
CMYK0.620.5500.39
HSL233.12º44.86%41.96%-
HSV(B)233.12º61.94%60.78%-
XYZ9.917.6831.97-
YUV76.4172.36115.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=20.77%
G=24.65%
B=54.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59701550.620.5500.39233.1244.8641.96
Hex3B469B3E37027e92d2a
Octal7310623376670473515552
Binary111011100011010011011111110110111010011111101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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