Shades of Torea Bay #242F85
Tints of Torea Bay #242F85
RGB
CMYK
RGB Variations
Color information
#242F85 (or 0x242F85) is known color: Torea Bay. HEX triplet: 24, 2F and 85. RGB value is (36,47,133). Sum of RGB (Red+Green+Blue) = 36+47+133=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #242F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F85 is #DBD07A. Grayscale: #353535. Windows color (decimal): -14405755 or 8728356. OLE color: 8728356.
HSL color Cylindrical-coordinate representation of color #242F85: hue angle of 233.2º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242F85 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 47 | 133 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.48 |
| HSL | 233.2º | 0.57% | 0.33% | - |
| HSV(B) | 233.2º | 0.73% | 0.52% | - |
| XYZ | 5.98 | 4.1 | 22.67 | - |
| YUV | 53.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 133 | 0.73 | 0.65 | 0 | 0.48 | 233.2 | 0.57 | 0.33 |
| Hex | 24 | 2F | 85 | 49 | 41 | 0 | 30 | E9 | 39 | 21 |
| Octal | 44 | 57 | 205 | 111 | 101 | 0 | 60 | 351 | 71 | 41 |
| Binary | 100100 | 101111 | 10000101 | 1001001 | 1000001 | 0 | 110000 | 11101001 | 111001 | 100001 |
Color Harmonies of #242F85
Complementary color
Monochromatic Colors of #242F85
Black with #242F85
Text Example
Text Example
White with #242F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F85; }
p { color: rgb(36,47,133); }
H1.HeaderClassName
{
color: #242F85;
}
.AnyTagClassName
{
color: #242F85;
}
</style>
background-color css
<style>
a { background-color: #242F85; }
a { background-color: rgb(36,47,133); }
div.DivClassName
{
background-color: #242F85;
}
.BgClassName
{
background-color: #242F85;
}
</style>
border-color css
<style>
span { border-color: #242F85; }
span { border-color: rgb(36,47,133); }
td.TdClassName
{
border-color: #242F85;
}
.TagClassName
{
border-color: #242F85;
}
</style>