Shades of Torea Bay #242F8A
Tints of Torea Bay #242F8A
RGB
CMYK
RGB Variations
Color information
#242F8A (or 0x242F8A) is known color: Torea Bay. HEX triplet: 24, 2F and 8A. RGB value is (36,47,138). Sum of RGB (Red+Green+Blue) = 36+47+138=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #242F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F8A is #DBD075. Grayscale: #353535. Windows color (decimal): -14405750 or 9056036. OLE color: 9056036.
HSL color Cylindrical-coordinate representation of color #242F8A: hue angle of 233.53º 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 #242F8A is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 47 | 138 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.46 |
| HSL | 233.53º | 0.59% | 0.34% | - |
| HSV(B) | 233.53º | 0.74% | 0.54% | - |
| XYZ | 6.33 | 4.24 | 24.53 | - |
| YUV | 54.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 138 | 0.74 | 0.66 | 0 | 0.46 | 233.53 | 0.59 | 0.34 |
| Hex | 24 | 2F | 8A | 4A | 42 | 0 | 2E | EA | 3B | 22 |
| Octal | 44 | 57 | 212 | 112 | 102 | 0 | 56 | 352 | 73 | 42 |
| Binary | 100100 | 101111 | 10001010 | 1001010 | 1000010 | 0 | 101110 | 11101010 | 111011 | 100010 |
Color Harmonies of #242F8A
Complementary color
Monochromatic Colors of #242F8A
Black with #242F8A
Text Example
Text Example
White with #242F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F8A; }
p { color: rgb(36,47,138); }
H1.HeaderClassName
{
color: #242F8A;
}
.AnyTagClassName
{
color: #242F8A;
}
</style>
background-color css
<style>
a { background-color: #242F8A; }
a { background-color: rgb(36,47,138); }
div.DivClassName
{
background-color: #242F8A;
}
.BgClassName
{
background-color: #242F8A;
}
</style>
border-color css
<style>
span { border-color: #242F8A; }
span { border-color: rgb(36,47,138); }
td.TdClassName
{
border-color: #242F8A;
}
.TagClassName
{
border-color: #242F8A;
}
</style>