Shades of Torea Bay #33396C
Tints of Torea Bay #33396C
RGB
CMYK
RGB Variations
Color information
#33396C (or 0x33396C) is known color: Torea Bay. HEX triplet: 33, 39 and 6C. RGB value is (51,57,108). Sum of RGB (Red+Green+Blue) = 51+57+108=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #33396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33396C is #CCC693. Grayscale: #3C3C3C. Windows color (decimal): -13420180 or 7092531. OLE color: 7092531.
HSL color Cylindrical-coordinate representation of color #33396C: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33396C is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 57 | 108 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.58 |
| HSL | 233.68º | 0.36% | 0.31% | - |
| HSV(B) | 233.68º | 0.53% | 0.42% | - |
| XYZ | 5.54 | 4.71 | 14.81 | - |
| YUV | 61.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 108 | 0.53 | 0.47 | 0 | 0.58 | 233.68 | 0.36 | 0.31 |
| Hex | 33 | 39 | 6C | 35 | 2F | 0 | 3A | EA | 24 | 1F |
| Octal | 63 | 71 | 154 | 65 | 57 | 0 | 72 | 352 | 44 | 37 |
| Binary | 110011 | 111001 | 1101100 | 110101 | 101111 | 0 | 111010 | 11101010 | 100100 | 11111 |
Color Harmonies of #33396C
Complementary color
Monochromatic Colors of #33396C
Black with #33396C
Text Example
Text Example
White with #33396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33396C; }
p { color: rgb(51,57,108); }
H1.HeaderClassName
{
color: #33396C;
}
.AnyTagClassName
{
color: #33396C;
}
</style>
background-color css
<style>
a { background-color: #33396C; }
a { background-color: rgb(51,57,108); }
div.DivClassName
{
background-color: #33396C;
}
.BgClassName
{
background-color: #33396C;
}
</style>
border-color css
<style>
span { border-color: #33396C; }
span { border-color: rgb(51,57,108); }
td.TdClassName
{
border-color: #33396C;
}
.TagClassName
{
border-color: #33396C;
}
</style>