Shades of Torea Bay #333871
Tints of Torea Bay #333871
RGB
CMYK
RGB Variations
Color information
#333871 (or 0x333871) is known color: Torea Bay. HEX triplet: 33, 38 and 71. RGB value is (51,56,113). Sum of RGB (Red+Green+Blue) = 51+56+113=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #333871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333871 is #CCC78E. Grayscale: #3C3C3C. Windows color (decimal): -13420431 or 7419955. OLE color: 7419955.
HSL color Cylindrical-coordinate representation of color #333871: hue angle of 235.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333871 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 56 | 113 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.56 |
| HSL | 235.16º | 0.38% | 0.32% | - |
| HSV(B) | 235.16º | 0.55% | 0.44% | - |
| XYZ | 5.76 | 4.72 | 16.23 | - |
| YUV | 61 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 113 | 0.55 | 0.50 | 0 | 0.56 | 235.16 | 0.38 | 0.32 |
| Hex | 33 | 38 | 71 | 37 | 32 | 0 | 38 | EB | 26 | 20 |
| Octal | 63 | 70 | 161 | 67 | 62 | 0 | 70 | 353 | 46 | 40 |
| Binary | 110011 | 111000 | 1110001 | 110111 | 110010 | 0 | 111000 | 11101011 | 100110 | 100000 |
Color Harmonies of #333871
Complementary color
Monochromatic Colors of #333871
Black with #333871
Text Example
Text Example
White with #333871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333871; }
p { color: rgb(51,56,113); }
H1.HeaderClassName
{
color: #333871;
}
.AnyTagClassName
{
color: #333871;
}
</style>
background-color css
<style>
a { background-color: #333871; }
a { background-color: rgb(51,56,113); }
div.DivClassName
{
background-color: #333871;
}
.BgClassName
{
background-color: #333871;
}
</style>
border-color css
<style>
span { border-color: #333871; }
span { border-color: rgb(51,56,113); }
td.TdClassName
{
border-color: #333871;
}
.TagClassName
{
border-color: #333871;
}
</style>