Shades of Torea Bay #242D78
Tints of Torea Bay #242D78
RGB
CMYK
RGB Variations
Color information
#242D78 (or 0x242D78) is known color: Torea Bay. HEX triplet: 24, 2D and 78. RGB value is (36,45,120). Sum of RGB (Red+Green+Blue) = 36+45+120=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #242D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D78 is #DBD287. Grayscale: #323232. Windows color (decimal): -14406280 or 7875876. OLE color: 7875876.
HSL color Cylindrical-coordinate representation of color #242D78: hue angle of 233.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242D78 is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 45 | 120 | - |
| CMYK | 0.7 | 0.63 | 0 | 0.53 |
| HSL | 233.57º | 0.54% | 0.31% | - |
| HSV(B) | 233.57º | 0.7% | 0.47% | - |
| XYZ | 5.06 | 3.61 | 18.2 | - |
| YUV | 50.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 120 | 0.7 | 0.63 | 0 | 0.53 | 233.57 | 0.54 | 0.31 |
| Hex | 24 | 2D | 78 | 46 | 3F | 0 | 35 | EA | 36 | 1F |
| Octal | 44 | 55 | 170 | 106 | 77 | 0 | 65 | 352 | 66 | 37 |
| Binary | 100100 | 101101 | 1111000 | 1000110 | 111111 | 0 | 110101 | 11101010 | 110110 | 11111 |
Color Harmonies of #242D78
Complementary color
Monochromatic Colors of #242D78
Black with #242D78
Text Example
Text Example
White with #242D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D78; }
p { color: rgb(36,45,120); }
H1.HeaderClassName
{
color: #242D78;
}
.AnyTagClassName
{
color: #242D78;
}
</style>
background-color css
<style>
a { background-color: #242D78; }
a { background-color: rgb(36,45,120); }
div.DivClassName
{
background-color: #242D78;
}
.BgClassName
{
background-color: #242D78;
}
</style>
border-color css
<style>
span { border-color: #242D78; }
span { border-color: rgb(36,45,120); }
td.TdClassName
{
border-color: #242D78;
}
.TagClassName
{
border-color: #242D78;
}
</style>