Shades of Torea Bay #353B76
Tints of Torea Bay #353B76
RGB
CMYK
RGB Variations
Color information
#353B76 (or 0x353B76) is known color: Torea Bay. HEX triplet: 35, 3B and 76. RGB value is (53,59,118). Sum of RGB (Red+Green+Blue) = 53+59+118=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #353B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B76 is #CAC489. Grayscale: #3F3F3F. Windows color (decimal): -13288586 or 7748405. OLE color: 7748405.
HSL color Cylindrical-coordinate representation of color #353B76: hue angle of 234.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353B76 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 59 | 118 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.54 |
| HSL | 234.46º | 0.38% | 0.34% | - |
| HSV(B) | 234.46º | 0.55% | 0.46% | - |
| XYZ | 6.3 | 5.19 | 17.81 | - |
| YUV | 63.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 118 | 0.55 | 0.50 | 0 | 0.54 | 234.46 | 0.38 | 0.34 |
| Hex | 35 | 3B | 76 | 37 | 32 | 0 | 36 | EA | 26 | 22 |
| Octal | 65 | 73 | 166 | 67 | 62 | 0 | 66 | 352 | 46 | 42 |
| Binary | 110101 | 111011 | 1110110 | 110111 | 110010 | 0 | 110110 | 11101010 | 100110 | 100010 |
Color Harmonies of #353B76
Complementary color
Monochromatic Colors of #353B76
Black with #353B76
Text Example
Text Example
White with #353B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B76; }
p { color: rgb(53,59,118); }
H1.HeaderClassName
{
color: #353B76;
}
.AnyTagClassName
{
color: #353B76;
}
</style>
background-color css
<style>
a { background-color: #353B76; }
a { background-color: rgb(53,59,118); }
div.DivClassName
{
background-color: #353B76;
}
.BgClassName
{
background-color: #353B76;
}
</style>
border-color css
<style>
span { border-color: #353B76; }
span { border-color: rgb(53,59,118); }
td.TdClassName
{
border-color: #353B76;
}
.TagClassName
{
border-color: #353B76;
}
</style>