Shades of Torea Bay #353A6E
Tints of Torea Bay #353A6E
RGB
CMYK
RGB Variations
Color information
#353A6E (or 0x353A6E) is known color: Torea Bay. HEX triplet: 35, 3A and 6E. RGB value is (53,58,110). Sum of RGB (Red+Green+Blue) = 53+58+110=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #353A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A6E is #CAC591. Grayscale: #3E3E3E. Windows color (decimal): -13288850 or 7223861. OLE color: 7223861.
HSL color Cylindrical-coordinate representation of color #353A6E: hue angle of 234.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353A6E is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 58 | 110 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.57 |
| HSL | 234.74º | 0.35% | 0.32% | - |
| HSV(B) | 234.74º | 0.52% | 0.43% | - |
| XYZ | 5.8 | 4.91 | 15.39 | - |
| YUV | 62.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 110 | 0.52 | 0.47 | 0 | 0.57 | 234.74 | 0.35 | 0.32 |
| Hex | 35 | 3A | 6E | 34 | 2F | 0 | 39 | EB | 23 | 20 |
| Octal | 65 | 72 | 156 | 64 | 57 | 0 | 71 | 353 | 43 | 40 |
| Binary | 110101 | 111010 | 1101110 | 110100 | 101111 | 0 | 111001 | 11101011 | 100011 | 100000 |
Color Harmonies of #353A6E
Complementary color
Monochromatic Colors of #353A6E
Black with #353A6E
Text Example
Text Example
White with #353A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A6E; }
p { color: rgb(53,58,110); }
H1.HeaderClassName
{
color: #353A6E;
}
.AnyTagClassName
{
color: #353A6E;
}
</style>
background-color css
<style>
a { background-color: #353A6E; }
a { background-color: rgb(53,58,110); }
div.DivClassName
{
background-color: #353A6E;
}
.BgClassName
{
background-color: #353A6E;
}
</style>
border-color css
<style>
span { border-color: #353A6E; }
span { border-color: rgb(53,58,110); }
td.TdClassName
{
border-color: #353A6E;
}
.TagClassName
{
border-color: #353A6E;
}
</style>