Shades of Torea Bay #333D73
Tints of Torea Bay #333D73
RGB
CMYK
RGB Variations
Color information
#333D73 (or 0x333D73) is known color: Torea Bay. HEX triplet: 33, 3D and 73. RGB value is (51,61,115). Sum of RGB (Red+Green+Blue) = 51+61+115=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #333D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D73 is #CCC28C. Grayscale: #3F3F3F. Windows color (decimal): -13419149 or 7552307. OLE color: 7552307.
HSL color Cylindrical-coordinate representation of color #333D73: hue angle of 230.62º 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 #333D73 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 61 | 115 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.55 |
| HSL | 230.63º | 0.39% | 0.33% | - |
| HSV(B) | 230.63º | 0.56% | 0.45% | - |
| XYZ | 6.13 | 5.28 | 16.92 | - |
| YUV | 64.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 115 | 0.56 | 0.47 | 0 | 0.55 | 230.63 | 0.39 | 0.33 |
| Hex | 33 | 3D | 73 | 38 | 2F | 0 | 37 | E7 | 27 | 21 |
| Octal | 63 | 75 | 163 | 70 | 57 | 0 | 67 | 347 | 47 | 41 |
| Binary | 110011 | 111101 | 1110011 | 111000 | 101111 | 0 | 110111 | 11100111 | 100111 | 100001 |
Color Harmonies of #333D73
Complementary color
Monochromatic Colors of #333D73
Black with #333D73
Text Example
Text Example
White with #333D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D73; }
p { color: rgb(51,61,115); }
H1.HeaderClassName
{
color: #333D73;
}
.AnyTagClassName
{
color: #333D73;
}
</style>
background-color css
<style>
a { background-color: #333D73; }
a { background-color: rgb(51,61,115); }
div.DivClassName
{
background-color: #333D73;
}
.BgClassName
{
background-color: #333D73;
}
</style>
border-color css
<style>
span { border-color: #333D73; }
span { border-color: rgb(51,61,115); }
td.TdClassName
{
border-color: #333D73;
}
.TagClassName
{
border-color: #333D73;
}
</style>