Shades of Tory Blue #384B83
Tints of Tory Blue #384B83
RGB
CMYK
RGB Variations
Color information
#384B83 (or 0x384B83) is known color: Tory Blue. HEX triplet: 38, 4B and 83. RGB value is (56,75,131). Sum of RGB (Red+Green+Blue) = 56+75+131=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #384B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B83 is #C7B47C. Grayscale: #4B4B4B. Windows color (decimal): -13087869 or 8604472. OLE color: 8604472.
HSL color Cylindrical-coordinate representation of color #384B83: hue angle of 224.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384B83 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 75 | 131 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.49 |
| HSL | 224.8º | 0.4% | 0.37% | - |
| HSV(B) | 224.8º | 0.57% | 0.51% | - |
| XYZ | 8.24 | 7.51 | 22.49 | - |
| YUV | 75.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 131 | 0.57 | 0.43 | 0 | 0.49 | 224.8 | 0.4 | 0.37 |
| Hex | 38 | 4B | 83 | 39 | 2B | 0 | 31 | E1 | 28 | 25 |
| Octal | 70 | 113 | 203 | 71 | 53 | 0 | 61 | 341 | 50 | 45 |
| Binary | 111000 | 1001011 | 10000011 | 111001 | 101011 | 0 | 110001 | 11100001 | 101000 | 100101 |
Color Harmonies of #384B83
Complementary color
Monochromatic Colors of #384B83
Black with #384B83
Text Example
Text Example
White with #384B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B83; }
p { color: rgb(56,75,131); }
H1.HeaderClassName
{
color: #384B83;
}
.AnyTagClassName
{
color: #384B83;
}
</style>
background-color css
<style>
a { background-color: #384B83; }
a { background-color: rgb(56,75,131); }
div.DivClassName
{
background-color: #384B83;
}
.BgClassName
{
background-color: #384B83;
}
</style>
border-color css
<style>
span { border-color: #384B83; }
span { border-color: rgb(56,75,131); }
td.TdClassName
{
border-color: #384B83;
}
.TagClassName
{
border-color: #384B83;
}
</style>