Shades of Torea Bay #353A76
Tints of Torea Bay #353A76
RGB
CMYK
RGB Variations
Color information
#353A76 (or 0x353A76) is known color: Torea Bay. HEX triplet: 35, 3A and 76. RGB value is (53,58,118). Sum of RGB (Red+Green+Blue) = 53+58+118=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #353A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A76 is #CAC589. Grayscale: #3F3F3F. Windows color (decimal): -13288842 or 7748149. OLE color: 7748149.
HSL color Cylindrical-coordinate representation of color #353A76: hue angle of 235.38º 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 #353A76 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 58 | 118 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.54 |
| HSL | 235.38º | 0.38% | 0.34% | - |
| HSV(B) | 235.38º | 0.55% | 0.46% | - |
| XYZ | 6.25 | 5.09 | 17.79 | - |
| YUV | 63.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 118 | 0.55 | 0.51 | 0 | 0.54 | 235.38 | 0.38 | 0.34 |
| Hex | 35 | 3A | 76 | 37 | 33 | 0 | 36 | EB | 26 | 22 |
| Octal | 65 | 72 | 166 | 67 | 63 | 0 | 66 | 353 | 46 | 42 |
| Binary | 110101 | 111010 | 1110110 | 110111 | 110011 | 0 | 110110 | 11101011 | 100110 | 100010 |
Color Harmonies of #353A76
Complementary color
Monochromatic Colors of #353A76
Black with #353A76
Text Example
Text Example
White with #353A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A76; }
p { color: rgb(53,58,118); }
H1.HeaderClassName
{
color: #353A76;
}
.AnyTagClassName
{
color: #353A76;
}
</style>
background-color css
<style>
a { background-color: #353A76; }
a { background-color: rgb(53,58,118); }
div.DivClassName
{
background-color: #353A76;
}
.BgClassName
{
background-color: #353A76;
}
</style>
border-color css
<style>
span { border-color: #353A76; }
span { border-color: rgb(53,58,118); }
td.TdClassName
{
border-color: #353A76;
}
.TagClassName
{
border-color: #353A76;
}
</style>