Shades of Tory Blue #385288
Tints of Tory Blue #385288
RGB
CMYK
RGB Variations
Color information
#385288 (or 0x385288) is known color: Tory Blue. HEX triplet: 38, 52 and 88. RGB value is (56,82,136). Sum of RGB (Red+Green+Blue) = 56+82+136=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #385288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385288 is #C7AD77. Grayscale: #505050. Windows color (decimal): -13086072 or 8933944. OLE color: 8933944.
HSL color Cylindrical-coordinate representation of color #385288: hue angle of 220.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385288 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 82 | 136 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.47 |
| HSL | 220.5º | 0.42% | 0.38% | - |
| HSV(B) | 220.5º | 0.59% | 0.53% | - |
| XYZ | 9.09 | 8.65 | 24.48 | - |
| YUV | 80.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 136 | 0.59 | 0.40 | 0 | 0.47 | 220.5 | 0.42 | 0.38 |
| Hex | 38 | 52 | 88 | 3B | 28 | 0 | 2F | DC | 2A | 26 |
| Octal | 70 | 122 | 210 | 73 | 50 | 0 | 57 | 334 | 52 | 46 |
| Binary | 111000 | 1010010 | 10001000 | 111011 | 101000 | 0 | 101111 | 11011100 | 101010 | 100110 |
Color Harmonies of #385288
Complementary color
Monochromatic Colors of #385288
Black with #385288
Text Example
Text Example
White with #385288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385288; }
p { color: rgb(56,82,136); }
H1.HeaderClassName
{
color: #385288;
}
.AnyTagClassName
{
color: #385288;
}
</style>
background-color css
<style>
a { background-color: #385288; }
a { background-color: rgb(56,82,136); }
div.DivClassName
{
background-color: #385288;
}
.BgClassName
{
background-color: #385288;
}
</style>
border-color css
<style>
span { border-color: #385288; }
span { border-color: rgb(56,82,136); }
td.TdClassName
{
border-color: #385288;
}
.TagClassName
{
border-color: #385288;
}
</style>