Shades of Torea Bay #33367C
Tints of Torea Bay #33367C
RGB
CMYK
RGB Variations
Color information
#33367C (or 0x33367C) is known color: Torea Bay. HEX triplet: 33, 36 and 7C. RGB value is (51,54,124). Sum of RGB (Red+Green+Blue) = 51+54+124=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #33367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367C is #CCC983. Grayscale: #3C3C3C. Windows color (decimal): -13420932 or 8140339. OLE color: 8140339.
HSL color Cylindrical-coordinate representation of color #33367C: hue angle of 237.53º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33367C is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 54 | 124 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.51 |
| HSL | 237.53º | 0.42% | 0.34% | - |
| HSV(B) | 237.53º | 0.59% | 0.49% | - |
| XYZ | 6.32 | 4.8 | 19.66 | - |
| YUV | 61.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 124 | 0.59 | 0.56 | 0 | 0.51 | 237.53 | 0.42 | 0.34 |
| Hex | 33 | 36 | 7C | 3B | 38 | 0 | 33 | EE | 2A | 22 |
| Octal | 63 | 66 | 174 | 73 | 70 | 0 | 63 | 356 | 52 | 42 |
| Binary | 110011 | 110110 | 1111100 | 111011 | 111000 | 0 | 110011 | 11101110 | 101010 | 100010 |
Color Harmonies of #33367C
Complementary color
Monochromatic Colors of #33367C
Black with #33367C
Text Example
Text Example
White with #33367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33367C; }
p { color: rgb(51,54,124); }
H1.HeaderClassName
{
color: #33367C;
}
.AnyTagClassName
{
color: #33367C;
}
</style>
background-color css
<style>
a { background-color: #33367C; }
a { background-color: rgb(51,54,124); }
div.DivClassName
{
background-color: #33367C;
}
.BgClassName
{
background-color: #33367C;
}
</style>
border-color css
<style>
span { border-color: #33367C; }
span { border-color: rgb(51,54,124); }
td.TdClassName
{
border-color: #33367C;
}
.TagClassName
{
border-color: #33367C;
}
</style>