Shades of Torea Bay #242C8C
Tints of Torea Bay #242C8C
RGB
CMYK
RGB Variations
Color information
#242C8C (or 0x242C8C) is known color: Torea Bay. HEX triplet: 24, 2C and 8C. RGB value is (36,44,140). Sum of RGB (Red+Green+Blue) = 36+44+140=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #242C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C8C is #DBD373. Grayscale: #343434. Windows color (decimal): -14406516 or 9186340. OLE color: 9186340.
HSL color Cylindrical-coordinate representation of color #242C8C: hue angle of 235.38º 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 #242C8C is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 44 | 140 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.45 |
| HSL | 235.38º | 0.59% | 0.35% | - |
| HSV(B) | 235.38º | 0.74% | 0.55% | - |
| XYZ | 6.36 | 4.07 | 25.26 | - |
| YUV | 52.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 140 | 0.74 | 0.69 | 0 | 0.45 | 235.38 | 0.59 | 0.35 |
| Hex | 24 | 2C | 8C | 4A | 45 | 0 | 2D | EB | 3B | 23 |
| Octal | 44 | 54 | 214 | 112 | 105 | 0 | 55 | 353 | 73 | 43 |
| Binary | 100100 | 101100 | 10001100 | 1001010 | 1000101 | 0 | 101101 | 11101011 | 111011 | 100011 |
Color Harmonies of #242C8C
Complementary color
Monochromatic Colors of #242C8C
Black with #242C8C
Text Example
Text Example
White with #242C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C8C; }
p { color: rgb(36,44,140); }
H1.HeaderClassName
{
color: #242C8C;
}
.AnyTagClassName
{
color: #242C8C;
}
</style>
background-color css
<style>
a { background-color: #242C8C; }
a { background-color: rgb(36,44,140); }
div.DivClassName
{
background-color: #242C8C;
}
.BgClassName
{
background-color: #242C8C;
}
</style>
border-color css
<style>
span { border-color: #242C8C; }
span { border-color: rgb(36,44,140); }
td.TdClassName
{
border-color: #242C8C;
}
.TagClassName
{
border-color: #242C8C;
}
</style>