Shades of Torea Bay #363F76
Tints of Torea Bay #363F76
RGB
CMYK
RGB Variations
Color information
#363F76 (or 0x363F76) is known color: Torea Bay. HEX triplet: 36, 3F and 76. RGB value is (54,63,118). Sum of RGB (Red+Green+Blue) = 54+63+118=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #363F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F76 is #C9C089. Grayscale: #424242. Windows color (decimal): -13222026 or 7749430. OLE color: 7749430.
HSL color Cylindrical-coordinate representation of color #363F76: hue angle of 231.56º 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 #363F76 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 63 | 118 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.54 |
| HSL | 231.56º | 0.37% | 0.34% | - |
| HSV(B) | 231.56º | 0.54% | 0.46% | - |
| XYZ | 6.57 | 5.65 | 17.88 | - |
| YUV | 66.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 118 | 0.54 | 0.47 | 0 | 0.54 | 231.56 | 0.37 | 0.34 |
| Hex | 36 | 3F | 76 | 36 | 2F | 0 | 36 | E8 | 25 | 22 |
| Octal | 66 | 77 | 166 | 66 | 57 | 0 | 66 | 350 | 45 | 42 |
| Binary | 110110 | 111111 | 1110110 | 110110 | 101111 | 0 | 110110 | 11101000 | 100101 | 100010 |
Color Harmonies of #363F76
Complementary color
Monochromatic Colors of #363F76
Black with #363F76
Text Example
Text Example
White with #363F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F76; }
p { color: rgb(54,63,118); }
H1.HeaderClassName
{
color: #363F76;
}
.AnyTagClassName
{
color: #363F76;
}
</style>
background-color css
<style>
a { background-color: #363F76; }
a { background-color: rgb(54,63,118); }
div.DivClassName
{
background-color: #363F76;
}
.BgClassName
{
background-color: #363F76;
}
</style>
border-color css
<style>
span { border-color: #363F76; }
span { border-color: rgb(54,63,118); }
td.TdClassName
{
border-color: #363F76;
}
.TagClassName
{
border-color: #363F76;
}
</style>