Shades of Torea Bay #242E8C
Tints of Torea Bay #242E8C
RGB
CMYK
RGB Variations
Color information
#242E8C (or 0x242E8C) is known color: Torea Bay. HEX triplet: 24, 2E and 8C. RGB value is (36,46,140). Sum of RGB (Red+Green+Blue) = 36+46+140=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #242E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E8C is #DBD173. Grayscale: #353535. Windows color (decimal): -14406004 or 9186852. OLE color: 9186852.
HSL color Cylindrical-coordinate representation of color #242E8C: hue angle of 234.23º 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 #242E8C is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 46 | 140 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.45 |
| HSL | 234.23º | 0.59% | 0.35% | - |
| HSV(B) | 234.23º | 0.74% | 0.55% | - |
| XYZ | 6.44 | 4.22 | 25.29 | - |
| YUV | 53.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 140 | 0.74 | 0.67 | 0 | 0.45 | 234.23 | 0.59 | 0.35 |
| Hex | 24 | 2E | 8C | 4A | 43 | 0 | 2D | EA | 3B | 23 |
| Octal | 44 | 56 | 214 | 112 | 103 | 0 | 55 | 352 | 73 | 43 |
| Binary | 100100 | 101110 | 10001100 | 1001010 | 1000011 | 0 | 101101 | 11101010 | 111011 | 100011 |
Color Harmonies of #242E8C
Complementary color
Monochromatic Colors of #242E8C
Black with #242E8C
Text Example
Text Example
White with #242E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E8C; }
p { color: rgb(36,46,140); }
H1.HeaderClassName
{
color: #242E8C;
}
.AnyTagClassName
{
color: #242E8C;
}
</style>
background-color css
<style>
a { background-color: #242E8C; }
a { background-color: rgb(36,46,140); }
div.DivClassName
{
background-color: #242E8C;
}
.BgClassName
{
background-color: #242E8C;
}
</style>
border-color css
<style>
span { border-color: #242E8C; }
span { border-color: rgb(36,46,140); }
td.TdClassName
{
border-color: #242E8C;
}
.TagClassName
{
border-color: #242E8C;
}
</style>