Shades of Torea Bay #353F72
Tints of Torea Bay #353F72
RGB
CMYK
RGB Variations
Color information
#353F72 (or 0x353F72) is known color: Torea Bay. HEX triplet: 35, 3F and 72. RGB value is (53,63,114). Sum of RGB (Red+Green+Blue) = 53+63+114=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #353F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F72 is #CAC08D. Grayscale: #414141. Windows color (decimal): -13287566 or 7487285. OLE color: 7487285.
HSL color Cylindrical-coordinate representation of color #353F72: hue angle of 230.16º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353F72 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 63 | 114 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.55 |
| HSL | 230.16º | 0.37% | 0.33% | - |
| HSV(B) | 230.16º | 0.54% | 0.45% | - |
| XYZ | 6.28 | 5.53 | 16.66 | - |
| YUV | 65.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 114 | 0.54 | 0.45 | 0 | 0.55 | 230.16 | 0.37 | 0.33 |
| Hex | 35 | 3F | 72 | 36 | 2D | 0 | 37 | E6 | 25 | 21 |
| Octal | 65 | 77 | 162 | 66 | 55 | 0 | 67 | 346 | 45 | 41 |
| Binary | 110101 | 111111 | 1110010 | 110110 | 101101 | 0 | 110111 | 11100110 | 100101 | 100001 |
Color Harmonies of #353F72
Complementary color
Monochromatic Colors of #353F72
Black with #353F72
Text Example
Text Example
White with #353F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F72; }
p { color: rgb(53,63,114); }
H1.HeaderClassName
{
color: #353F72;
}
.AnyTagClassName
{
color: #353F72;
}
</style>
background-color css
<style>
a { background-color: #353F72; }
a { background-color: rgb(53,63,114); }
div.DivClassName
{
background-color: #353F72;
}
.BgClassName
{
background-color: #353F72;
}
</style>
border-color css
<style>
span { border-color: #353F72; }
span { border-color: rgb(53,63,114); }
td.TdClassName
{
border-color: #353F72;
}
.TagClassName
{
border-color: #353F72;
}
</style>