Shades of Torea Bay #242D89
Tints of Torea Bay #242D89
RGB
CMYK
RGB Variations
Color information
#242D89 (or 0x242D89) is known color: Torea Bay. HEX triplet: 24, 2D and 89. RGB value is (36,45,137). Sum of RGB (Red+Green+Blue) = 36+45+137=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #242D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D89 is #DBD276. Grayscale: #343434. Windows color (decimal): -14406263 or 8989988. OLE color: 8989988.
HSL color Cylindrical-coordinate representation of color #242D89: hue angle of 234.65º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242D89 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 45 | 137 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.46 |
| HSL | 234.65º | 0.58% | 0.34% | - |
| HSV(B) | 234.65º | 0.74% | 0.54% | - |
| XYZ | 6.18 | 4.06 | 24.12 | - |
| YUV | 52.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 137 | 0.74 | 0.67 | 0 | 0.46 | 234.65 | 0.58 | 0.34 |
| Hex | 24 | 2D | 89 | 4A | 43 | 0 | 2E | EB | 3A | 22 |
| Octal | 44 | 55 | 211 | 112 | 103 | 0 | 56 | 353 | 72 | 42 |
| Binary | 100100 | 101101 | 10001001 | 1001010 | 1000011 | 0 | 101110 | 11101011 | 111010 | 100010 |
Color Harmonies of #242D89
Complementary color
Monochromatic Colors of #242D89
Black with #242D89
Text Example
Text Example
White with #242D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D89; }
p { color: rgb(36,45,137); }
H1.HeaderClassName
{
color: #242D89;
}
.AnyTagClassName
{
color: #242D89;
}
</style>
background-color css
<style>
a { background-color: #242D89; }
a { background-color: rgb(36,45,137); }
div.DivClassName
{
background-color: #242D89;
}
.BgClassName
{
background-color: #242D89;
}
</style>
border-color css
<style>
span { border-color: #242D89; }
span { border-color: rgb(36,45,137); }
td.TdClassName
{
border-color: #242D89;
}
.TagClassName
{
border-color: #242D89;
}
</style>