Shades of Torea Bay #333A7A
Tints of Torea Bay #333A7A
RGB
CMYK
RGB Variations
Color information
#333A7A (or 0x333A7A) is known color: Torea Bay. HEX triplet: 33, 3A and 7A. RGB value is (51,58,122). Sum of RGB (Red+Green+Blue) = 51+58+122=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #333A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A7A is #CCC585. Grayscale: #3E3E3E. Windows color (decimal): -13419910 or 8010291. OLE color: 8010291.
HSL color Cylindrical-coordinate representation of color #333A7A: hue angle of 234.08º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #333A7A is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 58 | 122 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.52 |
| HSL | 234.08º | 0.41% | 0.34% | - |
| HSV(B) | 234.08º | 0.58% | 0.48% | - |
| XYZ | 6.39 | 5.14 | 19.07 | - |
| YUV | 63.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 122 | 0.58 | 0.52 | 0 | 0.52 | 234.08 | 0.41 | 0.34 |
| Hex | 33 | 3A | 7A | 3A | 34 | 0 | 34 | EA | 29 | 22 |
| Octal | 63 | 72 | 172 | 72 | 64 | 0 | 64 | 352 | 51 | 42 |
| Binary | 110011 | 111010 | 1111010 | 111010 | 110100 | 0 | 110100 | 11101010 | 101001 | 100010 |
Color Harmonies of #333A7A
Complementary color
Monochromatic Colors of #333A7A
Black with #333A7A
Text Example
Text Example
White with #333A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A7A; }
p { color: rgb(51,58,122); }
H1.HeaderClassName
{
color: #333A7A;
}
.AnyTagClassName
{
color: #333A7A;
}
</style>
background-color css
<style>
a { background-color: #333A7A; }
a { background-color: rgb(51,58,122); }
div.DivClassName
{
background-color: #333A7A;
}
.BgClassName
{
background-color: #333A7A;
}
</style>
border-color css
<style>
span { border-color: #333A7A; }
span { border-color: rgb(51,58,122); }
td.TdClassName
{
border-color: #333A7A;
}
.TagClassName
{
border-color: #333A7A;
}
</style>