Shades of Torea Bay #363F75
Tints of Torea Bay #363F75
RGB
CMYK
RGB Variations
Color information
#363F75 (or 0x363F75) is known color: Torea Bay. HEX triplet: 36, 3F and 75. RGB value is (54,63,117). Sum of RGB (Red+Green+Blue) = 54+63+117=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #363F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F75 is #C9C08A. Grayscale: #424242. Windows color (decimal): -13222027 or 7683894. OLE color: 7683894.
HSL color Cylindrical-coordinate representation of color #363F75: hue angle of 231.43º 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 #363F75 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 63 | 117 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.54 |
| HSL | 231.43º | 0.37% | 0.34% | - |
| HSV(B) | 231.43º | 0.54% | 0.46% | - |
| XYZ | 6.51 | 5.62 | 17.57 | - |
| YUV | 66.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 117 | 0.54 | 0.46 | 0 | 0.54 | 231.43 | 0.37 | 0.34 |
| Hex | 36 | 3F | 75 | 36 | 2E | 0 | 36 | E7 | 25 | 22 |
| Octal | 66 | 77 | 165 | 66 | 56 | 0 | 66 | 347 | 45 | 42 |
| Binary | 110110 | 111111 | 1110101 | 110110 | 101110 | 0 | 110110 | 11100111 | 100101 | 100010 |
Color Harmonies of #363F75
Complementary color
Monochromatic Colors of #363F75
Black with #363F75
Text Example
Text Example
White with #363F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F75; }
p { color: rgb(54,63,117); }
H1.HeaderClassName
{
color: #363F75;
}
.AnyTagClassName
{
color: #363F75;
}
</style>
background-color css
<style>
a { background-color: #363F75; }
a { background-color: rgb(54,63,117); }
div.DivClassName
{
background-color: #363F75;
}
.BgClassName
{
background-color: #363F75;
}
</style>
border-color css
<style>
span { border-color: #363F75; }
span { border-color: rgb(54,63,117); }
td.TdClassName
{
border-color: #363F75;
}
.TagClassName
{
border-color: #363F75;
}
</style>