Shades of Torea Bay #353D7B
Tints of Torea Bay #353D7B
RGB
CMYK
RGB Variations
Color information
#353D7B (or 0x353D7B) is known color: Torea Bay. HEX triplet: 35, 3D and 7B. RGB value is (53,61,123). Sum of RGB (Red+Green+Blue) = 53+61+123=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #353D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D7B is #CAC284. Grayscale: #414141. Windows color (decimal): -13288069 or 8076597. OLE color: 8076597.
HSL color Cylindrical-coordinate representation of color #353D7B: hue angle of 233.14º 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 #353D7B is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 61 | 123 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.52 |
| HSL | 233.14º | 0.4% | 0.35% | - |
| HSV(B) | 233.14º | 0.57% | 0.48% | - |
| XYZ | 6.71 | 5.52 | 19.45 | - |
| YUV | 65.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 123 | 0.57 | 0.50 | 0 | 0.52 | 233.14 | 0.4 | 0.35 |
| Hex | 35 | 3D | 7B | 39 | 32 | 0 | 34 | E9 | 28 | 23 |
| Octal | 65 | 75 | 173 | 71 | 62 | 0 | 64 | 351 | 50 | 43 |
| Binary | 110101 | 111101 | 1111011 | 111001 | 110010 | 0 | 110100 | 11101001 | 101000 | 100011 |
Color Harmonies of #353D7B
Complementary color
Monochromatic Colors of #353D7B
Black with #353D7B
Text Example
Text Example
White with #353D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D7B; }
p { color: rgb(53,61,123); }
H1.HeaderClassName
{
color: #353D7B;
}
.AnyTagClassName
{
color: #353D7B;
}
</style>
background-color css
<style>
a { background-color: #353D7B; }
a { background-color: rgb(53,61,123); }
div.DivClassName
{
background-color: #353D7B;
}
.BgClassName
{
background-color: #353D7B;
}
</style>
border-color css
<style>
span { border-color: #353D7B; }
span { border-color: rgb(53,61,123); }
td.TdClassName
{
border-color: #353D7B;
}
.TagClassName
{
border-color: #353D7B;
}
</style>