Shades of Tory Blue #35538B
Tints of Tory Blue #35538B
RGB
CMYK
RGB Variations
Color information
#35538B (or 0x35538B) is known color: Tory Blue. HEX triplet: 35, 53 and 8B. RGB value is (53,83,139). Sum of RGB (Red+Green+Blue) = 53+83+139=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #35538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35538B is #CAAC74. Grayscale: #505050. Windows color (decimal): -13282421 or 9130805. OLE color: 9130805.
HSL color Cylindrical-coordinate representation of color #35538B: hue angle of 219.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35538B is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 83 | 139 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.45 |
| HSL | 219.07º | 0.45% | 0.38% | - |
| HSV(B) | 219.07º | 0.62% | 0.55% | - |
| XYZ | 9.22 | 8.81 | 25.64 | - |
| YUV | 80.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 139 | 0.62 | 0.40 | 0 | 0.45 | 219.07 | 0.45 | 0.38 |
| Hex | 35 | 53 | 8B | 3E | 28 | 0 | 2D | DB | 2D | 26 |
| Octal | 65 | 123 | 213 | 76 | 50 | 0 | 55 | 333 | 55 | 46 |
| Binary | 110101 | 1010011 | 10001011 | 111110 | 101000 | 0 | 101101 | 11011011 | 101101 | 100110 |
Color Harmonies of #35538B
Complementary color
Monochromatic Colors of #35538B
Black with #35538B
Text Example
Text Example
White with #35538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35538B; }
p { color: rgb(53,83,139); }
H1.HeaderClassName
{
color: #35538B;
}
.AnyTagClassName
{
color: #35538B;
}
</style>
background-color css
<style>
a { background-color: #35538B; }
a { background-color: rgb(53,83,139); }
div.DivClassName
{
background-color: #35538B;
}
.BgClassName
{
background-color: #35538B;
}
</style>
border-color css
<style>
span { border-color: #35538B; }
span { border-color: rgb(53,83,139); }
td.TdClassName
{
border-color: #35538B;
}
.TagClassName
{
border-color: #35538B;
}
</style>