Shades of Torea Bay #363D6D
Tints of Torea Bay #363D6D
RGB
CMYK
RGB Variations
Color information
#363D6D (or 0x363D6D) is known color: Torea Bay. HEX triplet: 36, 3D and 6D. RGB value is (54,61,109). Sum of RGB (Red+Green+Blue) = 54+61+109=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #363D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D6D is #C9C292. Grayscale: #404040. Windows color (decimal): -13222547 or 7159094. OLE color: 7159094.
HSL color Cylindrical-coordinate representation of color #363D6D: hue angle of 232.36º 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 #363D6D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 61 | 109 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.57 |
| HSL | 232.36º | 0.34% | 0.32% | - |
| HSV(B) | 232.36º | 0.5% | 0.43% | - |
| XYZ | 5.95 | 5.23 | 15.16 | - |
| YUV | 64.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 109 | 0.50 | 0.44 | 0 | 0.57 | 232.36 | 0.34 | 0.32 |
| Hex | 36 | 3D | 6D | 32 | 2C | 0 | 39 | E8 | 22 | 20 |
| Octal | 66 | 75 | 155 | 62 | 54 | 0 | 71 | 350 | 42 | 40 |
| Binary | 110110 | 111101 | 1101101 | 110010 | 101100 | 0 | 111001 | 11101000 | 100010 | 100000 |
Color Harmonies of #363D6D
Complementary color
Monochromatic Colors of #363D6D
Black with #363D6D
Text Example
Text Example
White with #363D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D6D; }
p { color: rgb(54,61,109); }
H1.HeaderClassName
{
color: #363D6D;
}
.AnyTagClassName
{
color: #363D6D;
}
</style>
background-color css
<style>
a { background-color: #363D6D; }
a { background-color: rgb(54,61,109); }
div.DivClassName
{
background-color: #363D6D;
}
.BgClassName
{
background-color: #363D6D;
}
</style>
border-color css
<style>
span { border-color: #363D6D; }
span { border-color: rgb(54,61,109); }
td.TdClassName
{
border-color: #363D6D;
}
.TagClassName
{
border-color: #363D6D;
}
</style>