#3b439b

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

Shades of Tory Blue #3B439B

Tints of Tory Blue #3B439B

Color information

#3B439B (or 0x3B439B) is unknown color: approx Tory Blue. HEX triplet: 3B, 43 and 9B. RGB value is (59,67,155). Sum of RGB (Red+Green+Blue) = 59+67+155=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B439B is #C4BC64. Grayscale: #4A4A4A. Windows color (decimal): -12893285 or 10175291. OLE color: 10175291.

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

Color convert

RGB5967155-
CMYK0.620.5700.39
HSL235º44.86%41.96%-
HSV(B)235º61.94%60.78%-
XYZ9.737.3131.91-
YUV74.64173.35116.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=21.00%
G=23.84%
B=55.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59671550.620.5700.3923544.8641.96
Hex3B439B3E39027eb2d2a
Octal7310323376710473535552
Binary111011100001110011011111110111001010011111101011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b439b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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