Shades of Torea Bay #353F7F
Tints of Torea Bay #353F7F
RGB
CMYK
RGB Variations
Color information
#353F7F (or 0x353F7F) is known color: Torea Bay. HEX triplet: 35, 3F and 7F. RGB value is (53,63,127). Sum of RGB (Red+Green+Blue) = 53+63+127=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #353F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F7F is #CAC080. Grayscale: #434343. Windows color (decimal): -13287553 or 8339253. OLE color: 8339253.
HSL color Cylindrical-coordinate representation of color #353F7F: hue angle of 231.89º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353F7F is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 63 | 127 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.50 |
| HSL | 231.89º | 0.41% | 0.35% | - |
| HSV(B) | 231.89º | 0.58% | 0.5% | - |
| XYZ | 7.08 | 5.84 | 20.83 | - |
| YUV | 67.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 127 | 0.58 | 0.50 | 0 | 0.50 | 231.89 | 0.41 | 0.35 |
| Hex | 35 | 3F | 7F | 3A | 32 | 0 | 32 | E8 | 29 | 23 |
| Octal | 65 | 77 | 177 | 72 | 62 | 0 | 62 | 350 | 51 | 43 |
| Binary | 110101 | 111111 | 1111111 | 111010 | 110010 | 0 | 110010 | 11101000 | 101001 | 100011 |
Color Harmonies of #353F7F
Complementary color
Monochromatic Colors of #353F7F
Black with #353F7F
Text Example
Text Example
White with #353F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F7F; }
p { color: rgb(53,63,127); }
H1.HeaderClassName
{
color: #353F7F;
}
.AnyTagClassName
{
color: #353F7F;
}
</style>
background-color css
<style>
a { background-color: #353F7F; }
a { background-color: rgb(53,63,127); }
div.DivClassName
{
background-color: #353F7F;
}
.BgClassName
{
background-color: #353F7F;
}
</style>
border-color css
<style>
span { border-color: #353F7F; }
span { border-color: rgb(53,63,127); }
td.TdClassName
{
border-color: #353F7F;
}
.TagClassName
{
border-color: #353F7F;
}
</style>