Shades of Tory Blue #38509C
Tints of Tory Blue #38509C
RGB
CMYK
RGB Variations
Color information
#38509C (or 0x38509C) is known color: Tory Blue. HEX triplet: 38, 50 and 9C. RGB value is (56,80,156). Sum of RGB (Red+Green+Blue) = 56+80+156=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #38509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38509C is #C7AF63. Grayscale: #515151. Windows color (decimal): -13086564 or 10244152. OLE color: 10244152.
HSL color Cylindrical-coordinate representation of color #38509C: hue angle of 225.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38509C is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 80 | 156 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.39 |
| HSL | 225.6º | 0.47% | 0.42% | - |
| HSV(B) | 225.6º | 0.64% | 0.61% | - |
| XYZ | 10.5 | 8.98 | 32.63 | - |
| YUV | 81.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 156 | 0.64 | 0.49 | 0 | 0.39 | 225.6 | 0.47 | 0.42 |
| Hex | 38 | 50 | 9C | 40 | 31 | 0 | 27 | E2 | 2F | 2A |
| Octal | 70 | 120 | 234 | 100 | 61 | 0 | 47 | 342 | 57 | 52 |
| Binary | 111000 | 1010000 | 10011100 | 1000000 | 110001 | 0 | 100111 | 11100010 | 101111 | 101010 |
Color Harmonies of #38509C
Complementary color
Monochromatic Colors of #38509C
Black with #38509C
Text Example
Text Example
White with #38509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38509C; }
p { color: rgb(56,80,156); }
H1.HeaderClassName
{
color: #38509C;
}
.AnyTagClassName
{
color: #38509C;
}
</style>
background-color css
<style>
a { background-color: #38509C; }
a { background-color: rgb(56,80,156); }
div.DivClassName
{
background-color: #38509C;
}
.BgClassName
{
background-color: #38509C;
}
</style>
border-color css
<style>
span { border-color: #38509C; }
span { border-color: rgb(56,80,156); }
td.TdClassName
{
border-color: #38509C;
}
.TagClassName
{
border-color: #38509C;
}
</style>