Shades of Torea Bay #33386D
Tints of Torea Bay #33386D
RGB
CMYK
RGB Variations
Color information
#33386D (or 0x33386D) is known color: Torea Bay. HEX triplet: 33, 38 and 6D. RGB value is (51,56,109). Sum of RGB (Red+Green+Blue) = 51+56+109=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #33386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33386D is #CCC792. Grayscale: #3C3C3C. Windows color (decimal): -13420435 or 7157811. OLE color: 7157811.
HSL color Cylindrical-coordinate representation of color #33386D: hue angle of 234.83º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33386D is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 56 | 109 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.57 |
| HSL | 234.83º | 0.36% | 0.31% | - |
| HSV(B) | 234.83º | 0.53% | 0.43% | - |
| XYZ | 5.54 | 4.64 | 15.07 | - |
| YUV | 60.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 109 | 0.53 | 0.49 | 0 | 0.57 | 234.83 | 0.36 | 0.31 |
| Hex | 33 | 38 | 6D | 35 | 31 | 0 | 39 | EB | 24 | 1F |
| Octal | 63 | 70 | 155 | 65 | 61 | 0 | 71 | 353 | 44 | 37 |
| Binary | 110011 | 111000 | 1101101 | 110101 | 110001 | 0 | 111001 | 11101011 | 100100 | 11111 |
Color Harmonies of #33386D
Complementary color
Monochromatic Colors of #33386D
Black with #33386D
Text Example
Text Example
White with #33386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33386D; }
p { color: rgb(51,56,109); }
H1.HeaderClassName
{
color: #33386D;
}
.AnyTagClassName
{
color: #33386D;
}
</style>
background-color css
<style>
a { background-color: #33386D; }
a { background-color: rgb(51,56,109); }
div.DivClassName
{
background-color: #33386D;
}
.BgClassName
{
background-color: #33386D;
}
</style>
border-color css
<style>
span { border-color: #33386D; }
span { border-color: rgb(51,56,109); }
td.TdClassName
{
border-color: #33386D;
}
.TagClassName
{
border-color: #33386D;
}
</style>