Shades of Tory Blue #2D439C
Tints of Tory Blue #2D439C
RGB
CMYK
RGB Variations
Color information
#2D439C (or 0x2D439C) is known color: Tory Blue. HEX triplet: 2D, 43 and 9C. RGB value is (45,67,156). Sum of RGB (Red+Green+Blue) = 45+67+156=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D439C is #D2BC63. Grayscale: #464646. Windows color (decimal): -13810788 or 10240813. OLE color: 10240813.
HSL color Cylindrical-coordinate representation of color #2D439C: hue angle of 228.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D439C is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 67 | 156 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.39 |
| HSL | 228.11º | 0.55% | 0.39% | - |
| HSV(B) | 228.11º | 0.71% | 0.61% | - |
| XYZ | 9.09 | 6.97 | 32.32 | - |
| YUV | 70.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 156 | 0.71 | 0.57 | 0 | 0.39 | 228.11 | 0.55 | 0.39 |
| Hex | 2D | 43 | 9C | 47 | 39 | 0 | 27 | E4 | 37 | 27 |
| Octal | 55 | 103 | 234 | 107 | 71 | 0 | 47 | 344 | 67 | 47 |
| Binary | 101101 | 1000011 | 10011100 | 1000111 | 111001 | 0 | 100111 | 11100100 | 110111 | 100111 |
Color Harmonies of #2D439C
Complementary color
Monochromatic Colors of #2D439C
Black with #2D439C
Text Example
Text Example
White with #2D439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D439C; }
p { color: rgb(45,67,156); }
H1.HeaderClassName
{
color: #2D439C;
}
.AnyTagClassName
{
color: #2D439C;
}
</style>
background-color css
<style>
a { background-color: #2D439C; }
a { background-color: rgb(45,67,156); }
div.DivClassName
{
background-color: #2D439C;
}
.BgClassName
{
background-color: #2D439C;
}
</style>
border-color css
<style>
span { border-color: #2D439C; }
span { border-color: rgb(45,67,156); }
td.TdClassName
{
border-color: #2D439C;
}
.TagClassName
{
border-color: #2D439C;
}
</style>