Shades of Torea Bay #33347C
Tints of Torea Bay #33347C
RGB
CMYK
RGB Variations
Color information
#33347C (or 0x33347C) is known color: Torea Bay. HEX triplet: 33, 34 and 7C. RGB value is (51,52,124). Sum of RGB (Red+Green+Blue) = 51+52+124=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #33347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33347C is #CCCB83. Grayscale: #3B3B3B. Windows color (decimal): -13421444 or 8139827. OLE color: 8139827.
HSL color Cylindrical-coordinate representation of color #33347C: hue angle of 239.18º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33347C is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 52 | 124 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.51 |
| HSL | 239.18º | 0.42% | 0.34% | - |
| HSV(B) | 239.18º | 0.59% | 0.49% | - |
| XYZ | 6.23 | 4.62 | 19.63 | - |
| YUV | 59.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 124 | 0.59 | 0.58 | 0 | 0.51 | 239.18 | 0.42 | 0.34 |
| Hex | 33 | 34 | 7C | 3B | 3A | 0 | 33 | EF | 2A | 22 |
| Octal | 63 | 64 | 174 | 73 | 72 | 0 | 63 | 357 | 52 | 42 |
| Binary | 110011 | 110100 | 1111100 | 111011 | 111010 | 0 | 110011 | 11101111 | 101010 | 100010 |
Color Harmonies of #33347C
Complementary color
Monochromatic Colors of #33347C
Black with #33347C
Text Example
Text Example
White with #33347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33347C; }
p { color: rgb(51,52,124); }
H1.HeaderClassName
{
color: #33347C;
}
.AnyTagClassName
{
color: #33347C;
}
</style>
background-color css
<style>
a { background-color: #33347C; }
a { background-color: rgb(51,52,124); }
div.DivClassName
{
background-color: #33347C;
}
.BgClassName
{
background-color: #33347C;
}
</style>
border-color css
<style>
span { border-color: #33347C; }
span { border-color: rgb(51,52,124); }
td.TdClassName
{
border-color: #33347C;
}
.TagClassName
{
border-color: #33347C;
}
</style>