Shades of Torea Bay #363C6D
Tints of Torea Bay #363C6D
RGB
CMYK
RGB Variations
Color information
#363C6D (or 0x363C6D) is known color: Torea Bay. HEX triplet: 36, 3C and 6D. RGB value is (54,60,109). Sum of RGB (Red+Green+Blue) = 54+60+109=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #363C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C6D is #C9C392. Grayscale: #3F3F3F. Windows color (decimal): -13222803 or 7158838. OLE color: 7158838.
HSL color Cylindrical-coordinate representation of color #363C6D: hue angle of 233.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363C6D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 60 | 109 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.57 |
| HSL | 233.45º | 0.34% | 0.32% | - |
| HSV(B) | 233.45º | 0.5% | 0.43% | - |
| XYZ | 5.9 | 5.12 | 15.15 | - |
| YUV | 63.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 109 | 0.50 | 0.45 | 0 | 0.57 | 233.45 | 0.34 | 0.32 |
| Hex | 36 | 3C | 6D | 32 | 2D | 0 | 39 | E9 | 22 | 20 |
| Octal | 66 | 74 | 155 | 62 | 55 | 0 | 71 | 351 | 42 | 40 |
| Binary | 110110 | 111100 | 1101101 | 110010 | 101101 | 0 | 111001 | 11101001 | 100010 | 100000 |
Color Harmonies of #363C6D
Complementary color
Monochromatic Colors of #363C6D
Black with #363C6D
Text Example
Text Example
White with #363C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C6D; }
p { color: rgb(54,60,109); }
H1.HeaderClassName
{
color: #363C6D;
}
.AnyTagClassName
{
color: #363C6D;
}
</style>
background-color css
<style>
a { background-color: #363C6D; }
a { background-color: rgb(54,60,109); }
div.DivClassName
{
background-color: #363C6D;
}
.BgClassName
{
background-color: #363C6D;
}
</style>
border-color css
<style>
span { border-color: #363C6D; }
span { border-color: rgb(54,60,109); }
td.TdClassName
{
border-color: #363C6D;
}
.TagClassName
{
border-color: #363C6D;
}
</style>