Shades of Torea Bay #353C76
Tints of Torea Bay #353C76
RGB
CMYK
RGB Variations
Color information
#353C76 (or 0x353C76) is known color: Torea Bay. HEX triplet: 35, 3C and 76. RGB value is (53,60,118). Sum of RGB (Red+Green+Blue) = 53+60+118=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #353C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C76 is #CAC389. Grayscale: #404040. Windows color (decimal): -13288330 or 7748661. OLE color: 7748661.
HSL color Cylindrical-coordinate representation of color #353C76: hue angle of 233.54º 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 #353C76 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 60 | 118 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.54 |
| HSL | 233.54º | 0.38% | 0.34% | - |
| HSV(B) | 233.54º | 0.55% | 0.46% | - |
| XYZ | 6.35 | 5.3 | 17.83 | - |
| YUV | 64.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 118 | 0.55 | 0.49 | 0 | 0.54 | 233.54 | 0.38 | 0.34 |
| Hex | 35 | 3C | 76 | 37 | 31 | 0 | 36 | EA | 26 | 22 |
| Octal | 65 | 74 | 166 | 67 | 61 | 0 | 66 | 352 | 46 | 42 |
| Binary | 110101 | 111100 | 1110110 | 110111 | 110001 | 0 | 110110 | 11101010 | 100110 | 100010 |
Color Harmonies of #353C76
Complementary color
Monochromatic Colors of #353C76
Black with #353C76
Text Example
Text Example
White with #353C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C76; }
p { color: rgb(53,60,118); }
H1.HeaderClassName
{
color: #353C76;
}
.AnyTagClassName
{
color: #353C76;
}
</style>
background-color css
<style>
a { background-color: #353C76; }
a { background-color: rgb(53,60,118); }
div.DivClassName
{
background-color: #353C76;
}
.BgClassName
{
background-color: #353C76;
}
</style>
border-color css
<style>
span { border-color: #353C76; }
span { border-color: rgb(53,60,118); }
td.TdClassName
{
border-color: #353C76;
}
.TagClassName
{
border-color: #353C76;
}
</style>