Shades of Torea Bay #333978
Tints of Torea Bay #333978
RGB
CMYK
RGB Variations
Color information
#333978 (or 0x333978) is known color: Torea Bay. HEX triplet: 33, 39 and 78. RGB value is (51,57,120). Sum of RGB (Red+Green+Blue) = 51+57+120=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #333978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333978 is #CCC687. Grayscale: #3E3E3E. Windows color (decimal): -13420168 or 7878963. OLE color: 7878963.
HSL color Cylindrical-coordinate representation of color #333978: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333978 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 57 | 120 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.53 |
| HSL | 234.78º | 0.4% | 0.34% | - |
| HSV(B) | 234.78º | 0.58% | 0.47% | - |
| XYZ | 6.22 | 4.99 | 18.4 | - |
| YUV | 62.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 120 | 0.58 | 0.52 | 0 | 0.53 | 234.78 | 0.4 | 0.34 |
| Hex | 33 | 39 | 78 | 3A | 34 | 0 | 35 | EB | 28 | 22 |
| Octal | 63 | 71 | 170 | 72 | 64 | 0 | 65 | 353 | 50 | 42 |
| Binary | 110011 | 111001 | 1111000 | 111010 | 110100 | 0 | 110101 | 11101011 | 101000 | 100010 |
Color Harmonies of #333978
Complementary color
Monochromatic Colors of #333978
Black with #333978
Text Example
Text Example
White with #333978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333978; }
p { color: rgb(51,57,120); }
H1.HeaderClassName
{
color: #333978;
}
.AnyTagClassName
{
color: #333978;
}
</style>
background-color css
<style>
a { background-color: #333978; }
a { background-color: rgb(51,57,120); }
div.DivClassName
{
background-color: #333978;
}
.BgClassName
{
background-color: #333978;
}
</style>
border-color css
<style>
span { border-color: #333978; }
span { border-color: rgb(51,57,120); }
td.TdClassName
{
border-color: #333978;
}
.TagClassName
{
border-color: #333978;
}
</style>