Shades of Torea Bay #242D8D
Tints of Torea Bay #242D8D
RGB
CMYK
RGB Variations
Color information
#242D8D (or 0x242D8D) is known color: Torea Bay. HEX triplet: 24, 2D and 8D. RGB value is (36,45,141). Sum of RGB (Red+Green+Blue) = 36+45+141=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #242D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D8D is #DBD272. Grayscale: #343434. Windows color (decimal): -14406259 or 9252132. OLE color: 9252132.
HSL color Cylindrical-coordinate representation of color #242D8D: hue angle of 234.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242D8D is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 45 | 141 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.45 |
| HSL | 234.86º | 0.59% | 0.35% | - |
| HSV(B) | 234.86º | 0.74% | 0.55% | - |
| XYZ | 6.47 | 4.17 | 25.66 | - |
| YUV | 53.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 141 | 0.74 | 0.68 | 0 | 0.45 | 234.86 | 0.59 | 0.35 |
| Hex | 24 | 2D | 8D | 4A | 44 | 0 | 2D | EB | 3B | 23 |
| Octal | 44 | 55 | 215 | 112 | 104 | 0 | 55 | 353 | 73 | 43 |
| Binary | 100100 | 101101 | 10001101 | 1001010 | 1000100 | 0 | 101101 | 11101011 | 111011 | 100011 |
Color Harmonies of #242D8D
Complementary color
Monochromatic Colors of #242D8D
Black with #242D8D
Text Example
Text Example
White with #242D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D8D; }
p { color: rgb(36,45,141); }
H1.HeaderClassName
{
color: #242D8D;
}
.AnyTagClassName
{
color: #242D8D;
}
</style>
background-color css
<style>
a { background-color: #242D8D; }
a { background-color: rgb(36,45,141); }
div.DivClassName
{
background-color: #242D8D;
}
.BgClassName
{
background-color: #242D8D;
}
</style>
border-color css
<style>
span { border-color: #242D8D; }
span { border-color: rgb(36,45,141); }
td.TdClassName
{
border-color: #242D8D;
}
.TagClassName
{
border-color: #242D8D;
}
</style>