Shades of Torea Bay #333980
Tints of Torea Bay #333980
RGB
CMYK
RGB Variations
Color information
#333980 (or 0x333980) is known color: Torea Bay. HEX triplet: 33, 39 and 80. RGB value is (51,57,128). Sum of RGB (Red+Green+Blue) = 51+57+128=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #333980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333980 is #CCC67F. Grayscale: #3F3F3F. Windows color (decimal): -13420160 or 8403251. OLE color: 8403251.
HSL color Cylindrical-coordinate representation of color #333980: hue angle of 235.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333980 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 57 | 128 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.50 |
| HSL | 235.32º | 0.43% | 0.35% | - |
| HSV(B) | 235.32º | 0.6% | 0.5% | - |
| XYZ | 6.72 | 5.19 | 21.07 | - |
| YUV | 63.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 128 | 0.60 | 0.55 | 0 | 0.50 | 235.32 | 0.43 | 0.35 |
| Hex | 33 | 39 | 80 | 3C | 37 | 0 | 32 | EB | 2B | 23 |
| Octal | 63 | 71 | 200 | 74 | 67 | 0 | 62 | 353 | 53 | 43 |
| Binary | 110011 | 111001 | 10000000 | 111100 | 110111 | 0 | 110010 | 11101011 | 101011 | 100011 |
Color Harmonies of #333980
Complementary color
Monochromatic Colors of #333980
Black with #333980
Text Example
Text Example
White with #333980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333980; }
p { color: rgb(51,57,128); }
H1.HeaderClassName
{
color: #333980;
}
.AnyTagClassName
{
color: #333980;
}
</style>
background-color css
<style>
a { background-color: #333980; }
a { background-color: rgb(51,57,128); }
div.DivClassName
{
background-color: #333980;
}
.BgClassName
{
background-color: #333980;
}
</style>
border-color css
<style>
span { border-color: #333980; }
span { border-color: rgb(51,57,128); }
td.TdClassName
{
border-color: #333980;
}
.TagClassName
{
border-color: #333980;
}
</style>