Shades of Torea Bay #353C77
Tints of Torea Bay #353C77
RGB
CMYK
RGB Variations
Color information
#353C77 (or 0x353C77) is known color: Torea Bay. HEX triplet: 35, 3C and 77. RGB value is (53,60,119). Sum of RGB (Red+Green+Blue) = 53+60+119=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #353C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C77 is #CAC388. Grayscale: #404040. Windows color (decimal): -13288329 or 7814197. OLE color: 7814197.
HSL color Cylindrical-coordinate representation of color #353C77: hue angle of 233.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353C77 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 60 | 119 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.53 |
| HSL | 233.64º | 0.38% | 0.34% | - |
| HSV(B) | 233.64º | 0.55% | 0.47% | - |
| XYZ | 6.41 | 5.32 | 18.14 | - |
| YUV | 64.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 119 | 0.55 | 0.50 | 0 | 0.53 | 233.64 | 0.38 | 0.34 |
| Hex | 35 | 3C | 77 | 37 | 32 | 0 | 35 | EA | 26 | 22 |
| Octal | 65 | 74 | 167 | 67 | 62 | 0 | 65 | 352 | 46 | 42 |
| Binary | 110101 | 111100 | 1110111 | 110111 | 110010 | 0 | 110101 | 11101010 | 100110 | 100010 |
Color Harmonies of #353C77
Complementary color
Monochromatic Colors of #353C77
Black with #353C77
Text Example
Text Example
White with #353C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C77; }
p { color: rgb(53,60,119); }
H1.HeaderClassName
{
color: #353C77;
}
.AnyTagClassName
{
color: #353C77;
}
</style>
background-color css
<style>
a { background-color: #353C77; }
a { background-color: rgb(53,60,119); }
div.DivClassName
{
background-color: #353C77;
}
.BgClassName
{
background-color: #353C77;
}
</style>
border-color css
<style>
span { border-color: #353C77; }
span { border-color: rgb(53,60,119); }
td.TdClassName
{
border-color: #353C77;
}
.TagClassName
{
border-color: #353C77;
}
</style>