Shades of Tory Blue #2F4488
Tints of Tory Blue #2F4488
RGB
CMYK
RGB Variations
Color information
#2F4488 (or 0x2F4488) is known color: Tory Blue. HEX triplet: 2F, 44 and 88. RGB value is (47,68,136). Sum of RGB (Red+Green+Blue) = 47+68+136=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4488 is #D0BB77. Grayscale: #454545. Windows color (decimal): -13679480 or 8930351. OLE color: 8930351.
HSL color Cylindrical-coordinate representation of color #2F4488: hue angle of 225.84º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4488 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 68 | 136 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.47 |
| HSL | 225.84º | 0.49% | 0.36% | - |
| HSV(B) | 225.84º | 0.65% | 0.53% | - |
| XYZ | 7.68 | 6.52 | 24.15 | - |
| YUV | 69.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 136 | 0.65 | 0.50 | 0 | 0.47 | 225.84 | 0.49 | 0.36 |
| Hex | 2F | 44 | 88 | 41 | 32 | 0 | 2F | E2 | 31 | 24 |
| Octal | 57 | 104 | 210 | 101 | 62 | 0 | 57 | 342 | 61 | 44 |
| Binary | 101111 | 1000100 | 10001000 | 1000001 | 110010 | 0 | 101111 | 11100010 | 110001 | 100100 |
Color Harmonies of #2F4488
Complementary color
Monochromatic Colors of #2F4488
Black with #2F4488
Text Example
Text Example
White with #2F4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4488; }
p { color: rgb(47,68,136); }
H1.HeaderClassName
{
color: #2F4488;
}
.AnyTagClassName
{
color: #2F4488;
}
</style>
background-color css
<style>
a { background-color: #2F4488; }
a { background-color: rgb(47,68,136); }
div.DivClassName
{
background-color: #2F4488;
}
.BgClassName
{
background-color: #2F4488;
}
</style>
border-color css
<style>
span { border-color: #2F4488; }
span { border-color: rgb(47,68,136); }
td.TdClassName
{
border-color: #2F4488;
}
.TagClassName
{
border-color: #2F4488;
}
</style>