Shades of Torea Bay #242E76
Tints of Torea Bay #242E76
RGB
CMYK
RGB Variations
Color information
#242E76 (or 0x242E76) is known color: Torea Bay. HEX triplet: 24, 2E and 76. RGB value is (36,46,118). Sum of RGB (Red+Green+Blue) = 36+46+118=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #242E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E76 is #DBD189. Grayscale: #323232. Windows color (decimal): -14406026 or 7745060. OLE color: 7745060.
HSL color Cylindrical-coordinate representation of color #242E76: hue angle of 232.68º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242E76 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 46 | 118 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.54 |
| HSL | 232.68º | 0.53% | 0.3% | - |
| HSV(B) | 232.68º | 0.69% | 0.46% | - |
| XYZ | 4.97 | 3.64 | 17.58 | - |
| YUV | 51.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 118 | 0.69 | 0.61 | 0 | 0.54 | 232.68 | 0.53 | 0.3 |
| Hex | 24 | 2E | 76 | 45 | 3D | 0 | 36 | E9 | 35 | 1E |
| Octal | 44 | 56 | 166 | 105 | 75 | 0 | 66 | 351 | 65 | 36 |
| Binary | 100100 | 101110 | 1110110 | 1000101 | 111101 | 0 | 110110 | 11101001 | 110101 | 11110 |
Color Harmonies of #242E76
Complementary color
Monochromatic Colors of #242E76
Black with #242E76
Text Example
Text Example
White with #242E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E76; }
p { color: rgb(36,46,118); }
H1.HeaderClassName
{
color: #242E76;
}
.AnyTagClassName
{
color: #242E76;
}
</style>
background-color css
<style>
a { background-color: #242E76; }
a { background-color: rgb(36,46,118); }
div.DivClassName
{
background-color: #242E76;
}
.BgClassName
{
background-color: #242E76;
}
</style>
border-color css
<style>
span { border-color: #242E76; }
span { border-color: rgb(36,46,118); }
td.TdClassName
{
border-color: #242E76;
}
.TagClassName
{
border-color: #242E76;
}
</style>