Shades of Torea Bay #333770
Tints of Torea Bay #333770
RGB
CMYK
RGB Variations
Color information
#333770 (or 0x333770) is known color: Torea Bay. HEX triplet: 33, 37 and 70. RGB value is (51,55,112). Sum of RGB (Red+Green+Blue) = 51+55+112=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #333770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333770 is #CCC88F. Grayscale: #3C3C3C. Windows color (decimal): -13420688 or 7354163. OLE color: 7354163.
HSL color Cylindrical-coordinate representation of color #333770: hue angle of 236.07º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333770 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 55 | 112 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.56 |
| HSL | 236.07º | 0.37% | 0.32% | - |
| HSV(B) | 236.07º | 0.54% | 0.44% | - |
| XYZ | 5.66 | 4.61 | 15.92 | - |
| YUV | 60.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 112 | 0.54 | 0.51 | 0 | 0.56 | 236.07 | 0.37 | 0.32 |
| Hex | 33 | 37 | 70 | 36 | 33 | 0 | 38 | EC | 25 | 20 |
| Octal | 63 | 67 | 160 | 66 | 63 | 0 | 70 | 354 | 45 | 40 |
| Binary | 110011 | 110111 | 1110000 | 110110 | 110011 | 0 | 111000 | 11101100 | 100101 | 100000 |
Color Harmonies of #333770
Complementary color
Monochromatic Colors of #333770
Black with #333770
Text Example
Text Example
White with #333770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333770; }
p { color: rgb(51,55,112); }
H1.HeaderClassName
{
color: #333770;
}
.AnyTagClassName
{
color: #333770;
}
</style>
background-color css
<style>
a { background-color: #333770; }
a { background-color: rgb(51,55,112); }
div.DivClassName
{
background-color: #333770;
}
.BgClassName
{
background-color: #333770;
}
</style>
border-color css
<style>
span { border-color: #333770; }
span { border-color: rgb(51,55,112); }
td.TdClassName
{
border-color: #333770;
}
.TagClassName
{
border-color: #333770;
}
</style>