Shades of Torea Bay #242A8C
Tints of Torea Bay #242A8C
RGB
CMYK
RGB Variations
Color information
#242A8C (or 0x242A8C) is known color: Torea Bay. HEX triplet: 24, 2A and 8C. RGB value is (36,42,140). Sum of RGB (Red+Green+Blue) = 36+42+140=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #242A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A8C is #DBD573. Grayscale: #323232. Windows color (decimal): -14407028 or 9185828. OLE color: 9185828.
HSL color Cylindrical-coordinate representation of color #242A8C: hue angle of 236.54º 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 #242A8C is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 42 | 140 | - |
| CMYK | 0.74 | 0.7 | 0 | 0.45 |
| HSL | 236.54º | 0.59% | 0.35% | - |
| HSV(B) | 236.54º | 0.74% | 0.55% | - |
| XYZ | 6.29 | 3.92 | 25.24 | - |
| YUV | 51.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 140 | 0.74 | 0.7 | 0 | 0.45 | 236.54 | 0.59 | 0.35 |
| Hex | 24 | 2A | 8C | 4A | 46 | 0 | 2D | ED | 3B | 23 |
| Octal | 44 | 52 | 214 | 112 | 106 | 0 | 55 | 355 | 73 | 43 |
| Binary | 100100 | 101010 | 10001100 | 1001010 | 1000110 | 0 | 101101 | 11101101 | 111011 | 100011 |
Color Harmonies of #242A8C
Complementary color
Monochromatic Colors of #242A8C
Black with #242A8C
Text Example
Text Example
White with #242A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A8C; }
p { color: rgb(36,42,140); }
H1.HeaderClassName
{
color: #242A8C;
}
.AnyTagClassName
{
color: #242A8C;
}
</style>
background-color css
<style>
a { background-color: #242A8C; }
a { background-color: rgb(36,42,140); }
div.DivClassName
{
background-color: #242A8C;
}
.BgClassName
{
background-color: #242A8C;
}
</style>
border-color css
<style>
span { border-color: #242A8C; }
span { border-color: rgb(36,42,140); }
td.TdClassName
{
border-color: #242A8C;
}
.TagClassName
{
border-color: #242A8C;
}
</style>