Shades of Torea Bay #242B8A
Tints of Torea Bay #242B8A
RGB
CMYK
RGB Variations
Color information
#242B8A (or 0x242B8A) is known color: Torea Bay. HEX triplet: 24, 2B and 8A. RGB value is (36,43,138). Sum of RGB (Red+Green+Blue) = 36+43+138=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #242B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B8A is #DBD475. Grayscale: #333333. Windows color (decimal): -14406774 or 9055012. OLE color: 9055012.
HSL color Cylindrical-coordinate representation of color #242B8A: hue angle of 235.88º degrees, saturation: 0.59, 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 #242B8A is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 43 | 138 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.46 |
| HSL | 235.88º | 0.59% | 0.34% | - |
| HSV(B) | 235.88º | 0.74% | 0.54% | - |
| XYZ | 6.18 | 3.94 | 24.48 | - |
| YUV | 51.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 138 | 0.74 | 0.69 | 0 | 0.46 | 235.88 | 0.59 | 0.34 |
| Hex | 24 | 2B | 8A | 4A | 45 | 0 | 2E | EC | 3B | 22 |
| Octal | 44 | 53 | 212 | 112 | 105 | 0 | 56 | 354 | 73 | 42 |
| Binary | 100100 | 101011 | 10001010 | 1001010 | 1000101 | 0 | 101110 | 11101100 | 111011 | 100010 |
Color Harmonies of #242B8A
Complementary color
Monochromatic Colors of #242B8A
Black with #242B8A
Text Example
Text Example
White with #242B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B8A; }
p { color: rgb(36,43,138); }
H1.HeaderClassName
{
color: #242B8A;
}
.AnyTagClassName
{
color: #242B8A;
}
</style>
background-color css
<style>
a { background-color: #242B8A; }
a { background-color: rgb(36,43,138); }
div.DivClassName
{
background-color: #242B8A;
}
.BgClassName
{
background-color: #242B8A;
}
</style>
border-color css
<style>
span { border-color: #242B8A; }
span { border-color: rgb(36,43,138); }
td.TdClassName
{
border-color: #242B8A;
}
.TagClassName
{
border-color: #242B8A;
}
</style>