Shades of Tory Blue #2F4385
Tints of Tory Blue #2F4385
RGB
CMYK
RGB Variations
Color information
#2F4385 (or 0x2F4385) is known color: Tory Blue. HEX triplet: 2F, 43 and 85. RGB value is (47,67,133). Sum of RGB (Red+Green+Blue) = 47+67+133=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4385 is #D0BC7A. Grayscale: #444444. Windows color (decimal): -13679739 or 8733487. OLE color: 8733487.
HSL color Cylindrical-coordinate representation of color #2F4385: hue angle of 226.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4385 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 67 | 133 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.48 |
| HSL | 226.05º | 0.48% | 0.35% | - |
| HSV(B) | 226.05º | 0.65% | 0.52% | - |
| XYZ | 7.41 | 6.31 | 23.02 | - |
| YUV | 68.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 133 | 0.65 | 0.50 | 0 | 0.48 | 226.05 | 0.48 | 0.35 |
| Hex | 2F | 43 | 85 | 41 | 32 | 0 | 30 | E2 | 30 | 23 |
| Octal | 57 | 103 | 205 | 101 | 62 | 0 | 60 | 342 | 60 | 43 |
| Binary | 101111 | 1000011 | 10000101 | 1000001 | 110010 | 0 | 110000 | 11100010 | 110000 | 100011 |
Color Harmonies of #2F4385
Complementary color
Monochromatic Colors of #2F4385
Black with #2F4385
Text Example
Text Example
White with #2F4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4385; }
p { color: rgb(47,67,133); }
H1.HeaderClassName
{
color: #2F4385;
}
.AnyTagClassName
{
color: #2F4385;
}
</style>
background-color css
<style>
a { background-color: #2F4385; }
a { background-color: rgb(47,67,133); }
div.DivClassName
{
background-color: #2F4385;
}
.BgClassName
{
background-color: #2F4385;
}
</style>
border-color css
<style>
span { border-color: #2F4385; }
span { border-color: rgb(47,67,133); }
td.TdClassName
{
border-color: #2F4385;
}
.TagClassName
{
border-color: #2F4385;
}
</style>