Shades of St Tropaz #244A7B
Tints of St Tropaz #244A7B
RGB
CMYK
RGB Variations
Color information
#244A7B (or 0x244A7B) is known color: St Tropaz. HEX triplet: 24, 4A and 7B. RGB value is (36,74,123). Sum of RGB (Red+Green+Blue) = 36+74+123=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #244A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A7B is #DBB584. Grayscale: #434343. Windows color (decimal): -14398853 or 8079908. OLE color: 8079908.
HSL color Cylindrical-coordinate representation of color #244A7B: hue angle of 213.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #244A7B is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 74 | 123 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.52 |
| HSL | 213.79º | 0.55% | 0.31% | - |
| HSV(B) | 213.79º | 0.71% | 0.48% | - |
| XYZ | 6.75 | 6.7 | 19.68 | - |
| YUV | 68.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 123 | 0.71 | 0.40 | 0 | 0.52 | 213.79 | 0.55 | 0.31 |
| Hex | 24 | 4A | 7B | 47 | 28 | 0 | 34 | D6 | 37 | 1F |
| Octal | 44 | 112 | 173 | 107 | 50 | 0 | 64 | 326 | 67 | 37 |
| Binary | 100100 | 1001010 | 1111011 | 1000111 | 101000 | 0 | 110100 | 11010110 | 110111 | 11111 |
Color Harmonies of #244A7B
Complementary color
Monochromatic Colors of #244A7B
Black with #244A7B
Text Example
Text Example
White with #244A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A7B; }
p { color: rgb(36,74,123); }
H1.HeaderClassName
{
color: #244A7B;
}
.AnyTagClassName
{
color: #244A7B;
}
</style>
background-color css
<style>
a { background-color: #244A7B; }
a { background-color: rgb(36,74,123); }
div.DivClassName
{
background-color: #244A7B;
}
.BgClassName
{
background-color: #244A7B;
}
</style>
border-color css
<style>
span { border-color: #244A7B; }
span { border-color: rgb(36,74,123); }
td.TdClassName
{
border-color: #244A7B;
}
.TagClassName
{
border-color: #244A7B;
}
</style>