Shades of Torea Bay #333578
Tints of Torea Bay #333578
RGB
CMYK
RGB Variations
Color information
#333578 (or 0x333578) is known color: Torea Bay. HEX triplet: 33, 35 and 78. RGB value is (51,53,120). Sum of RGB (Red+Green+Blue) = 51+53+120=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #333578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333578 is #CCCA87. Grayscale: #3B3B3B. Windows color (decimal): -13421192 or 7877939. OLE color: 7877939.
HSL color Cylindrical-coordinate representation of color #333578: hue angle of 238.26º 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 #333578 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 53 | 120 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.53 |
| HSL | 238.26º | 0.4% | 0.34% | - |
| HSV(B) | 238.26º | 0.58% | 0.47% | - |
| XYZ | 6.03 | 4.61 | 18.34 | - |
| YUV | 60.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 120 | 0.58 | 0.56 | 0 | 0.53 | 238.26 | 0.4 | 0.34 |
| Hex | 33 | 35 | 78 | 3A | 38 | 0 | 35 | EE | 28 | 22 |
| Octal | 63 | 65 | 170 | 72 | 70 | 0 | 65 | 356 | 50 | 42 |
| Binary | 110011 | 110101 | 1111000 | 111010 | 111000 | 0 | 110101 | 11101110 | 101000 | 100010 |
Color Harmonies of #333578
Complementary color
Monochromatic Colors of #333578
Black with #333578
Text Example
Text Example
White with #333578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333578; }
p { color: rgb(51,53,120); }
H1.HeaderClassName
{
color: #333578;
}
.AnyTagClassName
{
color: #333578;
}
</style>
background-color css
<style>
a { background-color: #333578; }
a { background-color: rgb(51,53,120); }
div.DivClassName
{
background-color: #333578;
}
.BgClassName
{
background-color: #333578;
}
</style>
border-color css
<style>
span { border-color: #333578; }
span { border-color: rgb(51,53,120); }
td.TdClassName
{
border-color: #333578;
}
.TagClassName
{
border-color: #333578;
}
</style>