Shades of Tory Blue #3B488A
Tints of Tory Blue #3B488A
RGB
CMYK
RGB Variations
Color information
#3B488A (or 0x3B488A) is known color: Tory Blue. HEX triplet: 3B, 48 and 8A. RGB value is (59,72,138). Sum of RGB (Red+Green+Blue) = 59+72+138=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B488A is #C4B775. Grayscale: #4B4B4B. Windows color (decimal): -12892022 or 9062459. OLE color: 9062459.
HSL color Cylindrical-coordinate representation of color #3B488A: hue angle of 230.13º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B488A is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 72 | 138 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.46 |
| HSL | 230.13º | 0.4% | 0.39% | - |
| HSV(B) | 230.13º | 0.57% | 0.54% | - |
| XYZ | 8.71 | 7.4 | 25.01 | - |
| YUV | 75.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 138 | 0.57 | 0.48 | 0 | 0.46 | 230.13 | 0.4 | 0.39 |
| Hex | 3B | 48 | 8A | 39 | 30 | 0 | 2E | E6 | 28 | 27 |
| Octal | 73 | 110 | 212 | 71 | 60 | 0 | 56 | 346 | 50 | 47 |
| Binary | 111011 | 1001000 | 10001010 | 111001 | 110000 | 0 | 101110 | 11100110 | 101000 | 100111 |
Color Harmonies of #3B488A
Complementary color
Monochromatic Colors of #3B488A
Black with #3B488A
Text Example
Text Example
White with #3B488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B488A; }
p { color: rgb(59,72,138); }
H1.HeaderClassName
{
color: #3B488A;
}
.AnyTagClassName
{
color: #3B488A;
}
</style>
background-color css
<style>
a { background-color: #3B488A; }
a { background-color: rgb(59,72,138); }
div.DivClassName
{
background-color: #3B488A;
}
.BgClassName
{
background-color: #3B488A;
}
</style>
border-color css
<style>
span { border-color: #3B488A; }
span { border-color: rgb(59,72,138); }
td.TdClassName
{
border-color: #3B488A;
}
.TagClassName
{
border-color: #3B488A;
}
</style>