Shades of Torea Bay #353C6D
Tints of Torea Bay #353C6D
RGB
CMYK
RGB Variations
Color information
#353C6D (or 0x353C6D) is known color: Torea Bay. HEX triplet: 35, 3C and 6D. RGB value is (53,60,109). Sum of RGB (Red+Green+Blue) = 53+60+109=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #353C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C6D is #CAC392. Grayscale: #3F3F3F. Windows color (decimal): -13288339 or 7158837. OLE color: 7158837.
HSL color Cylindrical-coordinate representation of color #353C6D: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353C6D is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 60 | 109 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.57 |
| HSL | 232.5º | 0.35% | 0.32% | - |
| HSV(B) | 232.5º | 0.51% | 0.43% | - |
| XYZ | 5.84 | 5.09 | 15.14 | - |
| YUV | 63.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 109 | 0.51 | 0.45 | 0 | 0.57 | 232.5 | 0.35 | 0.32 |
| Hex | 35 | 3C | 6D | 33 | 2D | 0 | 39 | E8 | 23 | 20 |
| Octal | 65 | 74 | 155 | 63 | 55 | 0 | 71 | 350 | 43 | 40 |
| Binary | 110101 | 111100 | 1101101 | 110011 | 101101 | 0 | 111001 | 11101000 | 100011 | 100000 |
Color Harmonies of #353C6D
Complementary color
Monochromatic Colors of #353C6D
Black with #353C6D
Text Example
Text Example
White with #353C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C6D; }
p { color: rgb(53,60,109); }
H1.HeaderClassName
{
color: #353C6D;
}
.AnyTagClassName
{
color: #353C6D;
}
</style>
background-color css
<style>
a { background-color: #353C6D; }
a { background-color: rgb(53,60,109); }
div.DivClassName
{
background-color: #353C6D;
}
.BgClassName
{
background-color: #353C6D;
}
</style>
border-color css
<style>
span { border-color: #353C6D; }
span { border-color: rgb(53,60,109); }
td.TdClassName
{
border-color: #353C6D;
}
.TagClassName
{
border-color: #353C6D;
}
</style>