Shades of Torea Bay #353C7B
Tints of Torea Bay #353C7B
RGB
CMYK
RGB Variations
Color information
#353C7B (or 0x353C7B) is known color: Torea Bay. HEX triplet: 35, 3C and 7B. RGB value is (53,60,123). Sum of RGB (Red+Green+Blue) = 53+60+123=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #353C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C7B is #CAC384. Grayscale: #404040. Windows color (decimal): -13288325 or 8076341. OLE color: 8076341.
HSL color Cylindrical-coordinate representation of color #353C7B: hue angle of 234º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353C7B is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 60 | 123 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.52 |
| HSL | 234º | 0.4% | 0.35% | - |
| HSV(B) | 234º | 0.57% | 0.48% | - |
| XYZ | 6.66 | 5.42 | 19.43 | - |
| YUV | 65.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 123 | 0.57 | 0.51 | 0 | 0.52 | 234 | 0.4 | 0.35 |
| Hex | 35 | 3C | 7B | 39 | 33 | 0 | 34 | EA | 28 | 23 |
| Octal | 65 | 74 | 173 | 71 | 63 | 0 | 64 | 352 | 50 | 43 |
| Binary | 110101 | 111100 | 1111011 | 111001 | 110011 | 0 | 110100 | 11101010 | 101000 | 100011 |
Color Harmonies of #353C7B
Complementary color
Monochromatic Colors of #353C7B
Black with #353C7B
Text Example
Text Example
White with #353C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C7B; }
p { color: rgb(53,60,123); }
H1.HeaderClassName
{
color: #353C7B;
}
.AnyTagClassName
{
color: #353C7B;
}
</style>
background-color css
<style>
a { background-color: #353C7B; }
a { background-color: rgb(53,60,123); }
div.DivClassName
{
background-color: #353C7B;
}
.BgClassName
{
background-color: #353C7B;
}
</style>
border-color css
<style>
span { border-color: #353C7B; }
span { border-color: rgb(53,60,123); }
td.TdClassName
{
border-color: #353C7B;
}
.TagClassName
{
border-color: #353C7B;
}
</style>