Shades of Tory Blue #38458F
Tints of Tory Blue #38458F
RGB
CMYK
RGB Variations
Color information
#38458F (or 0x38458F) is known color: Tory Blue. HEX triplet: 38, 45 and 8F. RGB value is (56,69,143). Sum of RGB (Red+Green+Blue) = 56+69+143=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #38458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38458F is #C7BA70. Grayscale: #494949. Windows color (decimal): -13089393 or 9389368. OLE color: 9389368.
HSL color Cylindrical-coordinate representation of color #38458F: hue angle of 231.03º 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 #38458F is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 69 | 143 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.44 |
| HSL | 231.03º | 0.44% | 0.39% | - |
| HSV(B) | 231.03º | 0.61% | 0.56% | - |
| XYZ | 8.72 | 7.08 | 26.89 | - |
| YUV | 73.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 143 | 0.61 | 0.52 | 0 | 0.44 | 231.03 | 0.44 | 0.39 |
| Hex | 38 | 45 | 8F | 3D | 34 | 0 | 2C | E7 | 2C | 27 |
| Octal | 70 | 105 | 217 | 75 | 64 | 0 | 54 | 347 | 54 | 47 |
| Binary | 111000 | 1000101 | 10001111 | 111101 | 110100 | 0 | 101100 | 11100111 | 101100 | 100111 |
Color Harmonies of #38458F
Complementary color
Monochromatic Colors of #38458F
Black with #38458F
Text Example
Text Example
White with #38458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38458F; }
p { color: rgb(56,69,143); }
H1.HeaderClassName
{
color: #38458F;
}
.AnyTagClassName
{
color: #38458F;
}
</style>
background-color css
<style>
a { background-color: #38458F; }
a { background-color: rgb(56,69,143); }
div.DivClassName
{
background-color: #38458F;
}
.BgClassName
{
background-color: #38458F;
}
</style>
border-color css
<style>
span { border-color: #38458F; }
span { border-color: rgb(56,69,143); }
td.TdClassName
{
border-color: #38458F;
}
.TagClassName
{
border-color: #38458F;
}
</style>