Shades of Tory Blue #38488F
Tints of Tory Blue #38488F
RGB
CMYK
RGB Variations
Color information
#38488F (or 0x38488F) is known color: Tory Blue. HEX triplet: 38, 48 and 8F. RGB value is (56,72,143). Sum of RGB (Red+Green+Blue) = 56+72+143=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #38488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38488F is #C7B770. Grayscale: #4B4B4B. Windows color (decimal): -13088625 or 9390136. OLE color: 9390136.
HSL color Cylindrical-coordinate representation of color #38488F: hue angle of 228.97º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38488F is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 72 | 143 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.44 |
| HSL | 228.97º | 0.44% | 0.39% | - |
| HSV(B) | 228.97º | 0.61% | 0.56% | - |
| XYZ | 8.91 | 7.46 | 26.96 | - |
| YUV | 75.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 143 | 0.61 | 0.50 | 0 | 0.44 | 228.97 | 0.44 | 0.39 |
| Hex | 38 | 48 | 8F | 3D | 32 | 0 | 2C | E5 | 2C | 27 |
| Octal | 70 | 110 | 217 | 75 | 62 | 0 | 54 | 345 | 54 | 47 |
| Binary | 111000 | 1001000 | 10001111 | 111101 | 110010 | 0 | 101100 | 11100101 | 101100 | 100111 |
Color Harmonies of #38488F
Complementary color
Monochromatic Colors of #38488F
Black with #38488F
Text Example
Text Example
White with #38488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38488F; }
p { color: rgb(56,72,143); }
H1.HeaderClassName
{
color: #38488F;
}
.AnyTagClassName
{
color: #38488F;
}
</style>
background-color css
<style>
a { background-color: #38488F; }
a { background-color: rgb(56,72,143); }
div.DivClassName
{
background-color: #38488F;
}
.BgClassName
{
background-color: #38488F;
}
</style>
border-color css
<style>
span { border-color: #38488F; }
span { border-color: rgb(56,72,143); }
td.TdClassName
{
border-color: #38488F;
}
.TagClassName
{
border-color: #38488F;
}
</style>