Shades of Torea Bay #333672
Tints of Torea Bay #333672
RGB
CMYK
RGB Variations
Color information
#333672 (or 0x333672) is known color: Torea Bay. HEX triplet: 33, 36 and 72. RGB value is (51,54,114). Sum of RGB (Red+Green+Blue) = 51+54+114=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #333672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333672 is #CCC98D. Grayscale: #3B3B3B. Windows color (decimal): -13420942 or 7484979. OLE color: 7484979.
HSL color Cylindrical-coordinate representation of color #333672: hue angle of 237.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333672 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 54 | 114 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.55 |
| HSL | 237.14º | 0.38% | 0.32% | - |
| HSV(B) | 237.14º | 0.55% | 0.45% | - |
| XYZ | 5.72 | 4.56 | 16.5 | - |
| YUV | 59.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 114 | 0.55 | 0.53 | 0 | 0.55 | 237.14 | 0.38 | 0.32 |
| Hex | 33 | 36 | 72 | 37 | 35 | 0 | 37 | ED | 26 | 20 |
| Octal | 63 | 66 | 162 | 67 | 65 | 0 | 67 | 355 | 46 | 40 |
| Binary | 110011 | 110110 | 1110010 | 110111 | 110101 | 0 | 110111 | 11101101 | 100110 | 100000 |
Color Harmonies of #333672
Complementary color
Monochromatic Colors of #333672
Black with #333672
Text Example
Text Example
White with #333672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333672; }
p { color: rgb(51,54,114); }
H1.HeaderClassName
{
color: #333672;
}
.AnyTagClassName
{
color: #333672;
}
</style>
background-color css
<style>
a { background-color: #333672; }
a { background-color: rgb(51,54,114); }
div.DivClassName
{
background-color: #333672;
}
.BgClassName
{
background-color: #333672;
}
</style>
border-color css
<style>
span { border-color: #333672; }
span { border-color: rgb(51,54,114); }
td.TdClassName
{
border-color: #333672;
}
.TagClassName
{
border-color: #333672;
}
</style>