Shades of Tory Blue #384198
Tints of Tory Blue #384198
RGB
CMYK
RGB Variations
Color information
#384198 (or 0x384198) is known color: Tory Blue. HEX triplet: 38, 41 and 98. RGB value is (56,65,152). Sum of RGB (Red+Green+Blue) = 56+65+152=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #384198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384198 is #C7BE67. Grayscale: #474747. Windows color (decimal): -13090408 or 9978168. OLE color: 9978168.
HSL color Cylindrical-coordinate representation of color #384198: hue angle of 234.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384198 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 65 | 152 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.40 |
| HSL | 234.38º | 0.46% | 0.41% | - |
| HSV(B) | 234.38º | 0.63% | 0.6% | - |
| XYZ | 9.19 | 6.89 | 30.55 | - |
| YUV | 72.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 152 | 0.63 | 0.57 | 0 | 0.40 | 234.38 | 0.46 | 0.41 |
| Hex | 38 | 41 | 98 | 3F | 39 | 0 | 28 | EA | 2E | 29 |
| Octal | 70 | 101 | 230 | 77 | 71 | 0 | 50 | 352 | 56 | 51 |
| Binary | 111000 | 1000001 | 10011000 | 111111 | 111001 | 0 | 101000 | 11101010 | 101110 | 101001 |
Color Harmonies of #384198
Complementary color
Monochromatic Colors of #384198
Black with #384198
Text Example
Text Example
White with #384198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384198; }
p { color: rgb(56,65,152); }
H1.HeaderClassName
{
color: #384198;
}
.AnyTagClassName
{
color: #384198;
}
</style>
background-color css
<style>
a { background-color: #384198; }
a { background-color: rgb(56,65,152); }
div.DivClassName
{
background-color: #384198;
}
.BgClassName
{
background-color: #384198;
}
</style>
border-color css
<style>
span { border-color: #384198; }
span { border-color: rgb(56,65,152); }
td.TdClassName
{
border-color: #384198;
}
.TagClassName
{
border-color: #384198;
}
</style>