Shades of Torea Bay #353F76
Tints of Torea Bay #353F76
RGB
CMYK
RGB Variations
Color information
#353F76 (or 0x353F76) is known color: Torea Bay. HEX triplet: 35, 3F and 76. RGB value is (53,63,118). Sum of RGB (Red+Green+Blue) = 53+63+118=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #353F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F76 is #CAC089. Grayscale: #424242. Windows color (decimal): -13287562 or 7749429. OLE color: 7749429.
HSL color Cylindrical-coordinate representation of color #353F76: hue angle of 230.77º 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 #353F76 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 63 | 118 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.54 |
| HSL | 230.77º | 0.38% | 0.34% | - |
| HSV(B) | 230.77º | 0.55% | 0.46% | - |
| XYZ | 6.52 | 5.62 | 17.88 | - |
| YUV | 66.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 118 | 0.55 | 0.47 | 0 | 0.54 | 230.77 | 0.38 | 0.34 |
| Hex | 35 | 3F | 76 | 37 | 2F | 0 | 36 | E7 | 26 | 22 |
| Octal | 65 | 77 | 166 | 67 | 57 | 0 | 66 | 347 | 46 | 42 |
| Binary | 110101 | 111111 | 1110110 | 110111 | 101111 | 0 | 110110 | 11100111 | 100110 | 100010 |
Color Harmonies of #353F76
Complementary color
Monochromatic Colors of #353F76
Black with #353F76
Text Example
Text Example
White with #353F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F76; }
p { color: rgb(53,63,118); }
H1.HeaderClassName
{
color: #353F76;
}
.AnyTagClassName
{
color: #353F76;
}
</style>
background-color css
<style>
a { background-color: #353F76; }
a { background-color: rgb(53,63,118); }
div.DivClassName
{
background-color: #353F76;
}
.BgClassName
{
background-color: #353F76;
}
</style>
border-color css
<style>
span { border-color: #353F76; }
span { border-color: rgb(53,63,118); }
td.TdClassName
{
border-color: #353F76;
}
.TagClassName
{
border-color: #353F76;
}
</style>