Shades of Tory Blue #35449B
Tints of Tory Blue #35449B
RGB
CMYK
RGB Variations
Color information
#35449B (or 0x35449B) is known color: Tory Blue. HEX triplet: 35, 44 and 9B. RGB value is (53,68,155). Sum of RGB (Red+Green+Blue) = 53+68+155=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #35449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35449B is #CABB64. Grayscale: #494949. Windows color (decimal): -13286245 or 10175541. OLE color: 10175541.
HSL color Cylindrical-coordinate representation of color #35449B: hue angle of 231.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35449B is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 68 | 155 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.39 |
| HSL | 231.18º | 0.49% | 0.41% | - |
| HSV(B) | 231.18º | 0.66% | 0.61% | - |
| XYZ | 9.45 | 7.26 | 31.91 | - |
| YUV | 73.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 155 | 0.66 | 0.56 | 0 | 0.39 | 231.18 | 0.49 | 0.41 |
| Hex | 35 | 44 | 9B | 42 | 38 | 0 | 27 | E7 | 31 | 29 |
| Octal | 65 | 104 | 233 | 102 | 70 | 0 | 47 | 347 | 61 | 51 |
| Binary | 110101 | 1000100 | 10011011 | 1000010 | 111000 | 0 | 100111 | 11100111 | 110001 | 101001 |
Color Harmonies of #35449B
Complementary color
Monochromatic Colors of #35449B
Black with #35449B
Text Example
Text Example
White with #35449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35449B; }
p { color: rgb(53,68,155); }
H1.HeaderClassName
{
color: #35449B;
}
.AnyTagClassName
{
color: #35449B;
}
</style>
background-color css
<style>
a { background-color: #35449B; }
a { background-color: rgb(53,68,155); }
div.DivClassName
{
background-color: #35449B;
}
.BgClassName
{
background-color: #35449B;
}
</style>
border-color css
<style>
span { border-color: #35449B; }
span { border-color: rgb(53,68,155); }
td.TdClassName
{
border-color: #35449B;
}
.TagClassName
{
border-color: #35449B;
}
</style>