Shades of Torea Bay #363B77
Tints of Torea Bay #363B77
RGB
CMYK
RGB Variations
Color information
#363B77 (or 0x363B77) is known color: Torea Bay. HEX triplet: 36, 3B and 77. RGB value is (54,59,119). Sum of RGB (Red+Green+Blue) = 54+59+119=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #363B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B77 is #C9C488. Grayscale: #404040. Windows color (decimal): -13223049 or 7813942. OLE color: 7813942.
HSL color Cylindrical-coordinate representation of color #363B77: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363B77 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 59 | 119 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.53 |
| HSL | 235.38º | 0.38% | 0.34% | - |
| HSV(B) | 235.38º | 0.55% | 0.47% | - |
| XYZ | 6.42 | 5.24 | 18.13 | - |
| YUV | 64.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 119 | 0.55 | 0.50 | 0 | 0.53 | 235.38 | 0.38 | 0.34 |
| Hex | 36 | 3B | 77 | 37 | 32 | 0 | 35 | EB | 26 | 22 |
| Octal | 66 | 73 | 167 | 67 | 62 | 0 | 65 | 353 | 46 | 42 |
| Binary | 110110 | 111011 | 1110111 | 110111 | 110010 | 0 | 110101 | 11101011 | 100110 | 100010 |
Color Harmonies of #363B77
Complementary color
Monochromatic Colors of #363B77
Black with #363B77
Text Example
Text Example
White with #363B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B77; }
p { color: rgb(54,59,119); }
H1.HeaderClassName
{
color: #363B77;
}
.AnyTagClassName
{
color: #363B77;
}
</style>
background-color css
<style>
a { background-color: #363B77; }
a { background-color: rgb(54,59,119); }
div.DivClassName
{
background-color: #363B77;
}
.BgClassName
{
background-color: #363B77;
}
</style>
border-color css
<style>
span { border-color: #363B77; }
span { border-color: rgb(54,59,119); }
td.TdClassName
{
border-color: #363B77;
}
.TagClassName
{
border-color: #363B77;
}
</style>