Shades of Tory Blue #2F4285
Tints of Tory Blue #2F4285
RGB
CMYK
RGB Variations
Color information
#2F4285 (or 0x2F4285) is known color: Tory Blue. HEX triplet: 2F, 42 and 85. RGB value is (47,66,133). Sum of RGB (Red+Green+Blue) = 47+66+133=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4285 is #D0BD7A. Grayscale: #434343. Windows color (decimal): -13679995 or 8733231. OLE color: 8733231.
HSL color Cylindrical-coordinate representation of color #2F4285: hue angle of 226.74º 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 #2F4285 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 66 | 133 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.48 |
| HSL | 226.74º | 0.48% | 0.35% | - |
| HSV(B) | 226.74º | 0.65% | 0.52% | - |
| XYZ | 7.35 | 6.19 | 23 | - |
| YUV | 67.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 133 | 0.65 | 0.50 | 0 | 0.48 | 226.74 | 0.48 | 0.35 |
| Hex | 2F | 42 | 85 | 41 | 32 | 0 | 30 | E3 | 30 | 23 |
| Octal | 57 | 102 | 205 | 101 | 62 | 0 | 60 | 343 | 60 | 43 |
| Binary | 101111 | 1000010 | 10000101 | 1000001 | 110010 | 0 | 110000 | 11100011 | 110000 | 100011 |
Color Harmonies of #2F4285
Complementary color
Monochromatic Colors of #2F4285
Black with #2F4285
Text Example
Text Example
White with #2F4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4285; }
p { color: rgb(47,66,133); }
H1.HeaderClassName
{
color: #2F4285;
}
.AnyTagClassName
{
color: #2F4285;
}
</style>
background-color css
<style>
a { background-color: #2F4285; }
a { background-color: rgb(47,66,133); }
div.DivClassName
{
background-color: #2F4285;
}
.BgClassName
{
background-color: #2F4285;
}
</style>
border-color css
<style>
span { border-color: #2F4285; }
span { border-color: rgb(47,66,133); }
td.TdClassName
{
border-color: #2F4285;
}
.TagClassName
{
border-color: #2F4285;
}
</style>