Shades of Tory Blue #38439D
Tints of Tory Blue #38439D
RGB
CMYK
RGB Variations
Color information
#38439D (or 0x38439D) is known color: Tory Blue. HEX triplet: 38, 43 and 9D. RGB value is (56,67,157). Sum of RGB (Red+Green+Blue) = 56+67+157=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #38439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38439D is #C7BC62. Grayscale: #494949. Windows color (decimal): -13089891 or 10306360. OLE color: 10306360.
HSL color Cylindrical-coordinate representation of color #38439D: hue angle of 233.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38439D is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 67 | 157 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.38 |
| HSL | 233.47º | 0.47% | 0.42% | - |
| HSV(B) | 233.47º | 0.64% | 0.62% | - |
| XYZ | 9.72 | 7.29 | 32.79 | - |
| YUV | 73.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 157 | 0.64 | 0.57 | 0 | 0.38 | 233.47 | 0.47 | 0.42 |
| Hex | 38 | 43 | 9D | 40 | 39 | 0 | 26 | E9 | 2F | 2A |
| Octal | 70 | 103 | 235 | 100 | 71 | 0 | 46 | 351 | 57 | 52 |
| Binary | 111000 | 1000011 | 10011101 | 1000000 | 111001 | 0 | 100110 | 11101001 | 101111 | 101010 |
Color Harmonies of #38439D
Complementary color
Monochromatic Colors of #38439D
Black with #38439D
Text Example
Text Example
White with #38439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38439D; }
p { color: rgb(56,67,157); }
H1.HeaderClassName
{
color: #38439D;
}
.AnyTagClassName
{
color: #38439D;
}
</style>
background-color css
<style>
a { background-color: #38439D; }
a { background-color: rgb(56,67,157); }
div.DivClassName
{
background-color: #38439D;
}
.BgClassName
{
background-color: #38439D;
}
</style>
border-color css
<style>
span { border-color: #38439D; }
span { border-color: rgb(56,67,157); }
td.TdClassName
{
border-color: #38439D;
}
.TagClassName
{
border-color: #38439D;
}
</style>