Shades of Torea Bay #33377B
Tints of Torea Bay #33377B
RGB
CMYK
RGB Variations
Color information
#33377B (or 0x33377B) is known color: Torea Bay. HEX triplet: 33, 37 and 7B. RGB value is (51,55,123). Sum of RGB (Red+Green+Blue) = 51+55+123=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #33377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33377B is #CCC884. Grayscale: #3D3D3D. Windows color (decimal): -13420677 or 8075059. OLE color: 8075059.
HSL color Cylindrical-coordinate representation of color #33377B: hue angle of 236.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33377B is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 55 | 123 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.52 |
| HSL | 236.67º | 0.41% | 0.34% | - |
| HSV(B) | 236.67º | 0.59% | 0.48% | - |
| XYZ | 6.31 | 4.87 | 19.35 | - |
| YUV | 61.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 123 | 0.59 | 0.55 | 0 | 0.52 | 236.67 | 0.41 | 0.34 |
| Hex | 33 | 37 | 7B | 3B | 37 | 0 | 34 | ED | 29 | 22 |
| Octal | 63 | 67 | 173 | 73 | 67 | 0 | 64 | 355 | 51 | 42 |
| Binary | 110011 | 110111 | 1111011 | 111011 | 110111 | 0 | 110100 | 11101101 | 101001 | 100010 |
Color Harmonies of #33377B
Complementary color
Monochromatic Colors of #33377B
Black with #33377B
Text Example
Text Example
White with #33377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33377B; }
p { color: rgb(51,55,123); }
H1.HeaderClassName
{
color: #33377B;
}
.AnyTagClassName
{
color: #33377B;
}
</style>
background-color css
<style>
a { background-color: #33377B; }
a { background-color: rgb(51,55,123); }
div.DivClassName
{
background-color: #33377B;
}
.BgClassName
{
background-color: #33377B;
}
</style>
border-color css
<style>
span { border-color: #33377B; }
span { border-color: rgb(51,55,123); }
td.TdClassName
{
border-color: #33377B;
}
.TagClassName
{
border-color: #33377B;
}
</style>