Shades of Torea Bay #333B73
Tints of Torea Bay #333B73
RGB
CMYK
RGB Variations
Color information
#333B73 (or 0x333B73) is known color: Torea Bay. HEX triplet: 33, 3B and 73. RGB value is (51,59,115). Sum of RGB (Red+Green+Blue) = 51+59+115=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #333B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B73 is #CCC48C. Grayscale: #3E3E3E. Windows color (decimal): -13419661 or 7551795. OLE color: 7551795.
HSL color Cylindrical-coordinate representation of color #333B73: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333B73 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 59 | 115 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.55 |
| HSL | 232.5º | 0.39% | 0.33% | - |
| HSV(B) | 232.5º | 0.56% | 0.45% | - |
| XYZ | 6.02 | 5.07 | 16.88 | - |
| YUV | 62.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 115 | 0.56 | 0.49 | 0 | 0.55 | 232.5 | 0.39 | 0.33 |
| Hex | 33 | 3B | 73 | 38 | 31 | 0 | 37 | E8 | 27 | 21 |
| Octal | 63 | 73 | 163 | 70 | 61 | 0 | 67 | 350 | 47 | 41 |
| Binary | 110011 | 111011 | 1110011 | 111000 | 110001 | 0 | 110111 | 11101000 | 100111 | 100001 |
Color Harmonies of #333B73
Complementary color
Monochromatic Colors of #333B73
Black with #333B73
Text Example
Text Example
White with #333B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B73; }
p { color: rgb(51,59,115); }
H1.HeaderClassName
{
color: #333B73;
}
.AnyTagClassName
{
color: #333B73;
}
</style>
background-color css
<style>
a { background-color: #333B73; }
a { background-color: rgb(51,59,115); }
div.DivClassName
{
background-color: #333B73;
}
.BgClassName
{
background-color: #333B73;
}
</style>
border-color css
<style>
span { border-color: #333B73; }
span { border-color: rgb(51,59,115); }
td.TdClassName
{
border-color: #333B73;
}
.TagClassName
{
border-color: #333B73;
}
</style>