Shades of Torea Bay #363D76
Tints of Torea Bay #363D76
RGB
CMYK
RGB Variations
Color information
#363D76 (or 0x363D76) is known color: Torea Bay. HEX triplet: 36, 3D and 76. RGB value is (54,61,118). Sum of RGB (Red+Green+Blue) = 54+61+118=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #363D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D76 is #C9C289. Grayscale: #414141. Windows color (decimal): -13222538 or 7748918. OLE color: 7748918.
HSL color Cylindrical-coordinate representation of color #363D76: hue angle of 233.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363D76 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 61 | 118 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.54 |
| HSL | 233.44º | 0.37% | 0.34% | - |
| HSV(B) | 233.44º | 0.54% | 0.46% | - |
| XYZ | 6.46 | 5.43 | 17.85 | - |
| YUV | 65.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 118 | 0.54 | 0.48 | 0 | 0.54 | 233.44 | 0.37 | 0.34 |
| Hex | 36 | 3D | 76 | 36 | 30 | 0 | 36 | E9 | 25 | 22 |
| Octal | 66 | 75 | 166 | 66 | 60 | 0 | 66 | 351 | 45 | 42 |
| Binary | 110110 | 111101 | 1110110 | 110110 | 110000 | 0 | 110110 | 11101001 | 100101 | 100010 |
Color Harmonies of #363D76
Complementary color
Monochromatic Colors of #363D76
Black with #363D76
Text Example
Text Example
White with #363D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D76; }
p { color: rgb(54,61,118); }
H1.HeaderClassName
{
color: #363D76;
}
.AnyTagClassName
{
color: #363D76;
}
</style>
background-color css
<style>
a { background-color: #363D76; }
a { background-color: rgb(54,61,118); }
div.DivClassName
{
background-color: #363D76;
}
.BgClassName
{
background-color: #363D76;
}
</style>
border-color css
<style>
span { border-color: #363D76; }
span { border-color: rgb(54,61,118); }
td.TdClassName
{
border-color: #363D76;
}
.TagClassName
{
border-color: #363D76;
}
</style>