Shades of Torea Bay #242F7D
Tints of Torea Bay #242F7D
RGB
CMYK
RGB Variations
Color information
#242F7D (or 0x242F7D) is known color: Torea Bay. HEX triplet: 24, 2F and 7D. RGB value is (36,47,125). Sum of RGB (Red+Green+Blue) = 36+47+125=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #242F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F7D is #DBD082. Grayscale: #343434. Windows color (decimal): -14405763 or 8204068. OLE color: 8204068.
HSL color Cylindrical-coordinate representation of color #242F7D: hue angle of 232.58º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #242F7D is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 47 | 125 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.51 |
| HSL | 232.58º | 0.55% | 0.32% | - |
| HSV(B) | 232.58º | 0.71% | 0.49% | - |
| XYZ | 5.45 | 3.89 | 19.87 | - |
| YUV | 52.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 125 | 0.71 | 0.62 | 0 | 0.51 | 232.58 | 0.55 | 0.32 |
| Hex | 24 | 2F | 7D | 47 | 3E | 0 | 33 | E9 | 37 | 20 |
| Octal | 44 | 57 | 175 | 107 | 76 | 0 | 63 | 351 | 67 | 40 |
| Binary | 100100 | 101111 | 1111101 | 1000111 | 111110 | 0 | 110011 | 11101001 | 110111 | 100000 |
Color Harmonies of #242F7D
Complementary color
Monochromatic Colors of #242F7D
Black with #242F7D
Text Example
Text Example
White with #242F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F7D; }
p { color: rgb(36,47,125); }
H1.HeaderClassName
{
color: #242F7D;
}
.AnyTagClassName
{
color: #242F7D;
}
</style>
background-color css
<style>
a { background-color: #242F7D; }
a { background-color: rgb(36,47,125); }
div.DivClassName
{
background-color: #242F7D;
}
.BgClassName
{
background-color: #242F7D;
}
</style>
border-color css
<style>
span { border-color: #242F7D; }
span { border-color: rgb(36,47,125); }
td.TdClassName
{
border-color: #242F7D;
}
.TagClassName
{
border-color: #242F7D;
}
</style>