Shades of Torea Bay #353D7E
Tints of Torea Bay #353D7E
RGB
CMYK
RGB Variations
Color information
#353D7E (or 0x353D7E) is known color: Torea Bay. HEX triplet: 35, 3D and 7E. RGB value is (53,61,126). Sum of RGB (Red+Green+Blue) = 53+61+126=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #353D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D7E is #CAC281. Grayscale: #414141. Windows color (decimal): -13288066 or 8273205. OLE color: 8273205.
HSL color Cylindrical-coordinate representation of color #353D7E: hue angle of 233.42º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353D7E is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 61 | 126 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.51 |
| HSL | 233.42º | 0.41% | 0.35% | - |
| HSV(B) | 233.42º | 0.58% | 0.49% | - |
| XYZ | 6.9 | 5.6 | 20.46 | - |
| YUV | 66.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 126 | 0.58 | 0.52 | 0 | 0.51 | 233.42 | 0.41 | 0.35 |
| Hex | 35 | 3D | 7E | 3A | 34 | 0 | 33 | E9 | 29 | 23 |
| Octal | 65 | 75 | 176 | 72 | 64 | 0 | 63 | 351 | 51 | 43 |
| Binary | 110101 | 111101 | 1111110 | 111010 | 110100 | 0 | 110011 | 11101001 | 101001 | 100011 |
Color Harmonies of #353D7E
Complementary color
Monochromatic Colors of #353D7E
Black with #353D7E
Text Example
Text Example
White with #353D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D7E; }
p { color: rgb(53,61,126); }
H1.HeaderClassName
{
color: #353D7E;
}
.AnyTagClassName
{
color: #353D7E;
}
</style>
background-color css
<style>
a { background-color: #353D7E; }
a { background-color: rgb(53,61,126); }
div.DivClassName
{
background-color: #353D7E;
}
.BgClassName
{
background-color: #353D7E;
}
</style>
border-color css
<style>
span { border-color: #353D7E; }
span { border-color: rgb(53,61,126); }
td.TdClassName
{
border-color: #353D7E;
}
.TagClassName
{
border-color: #353D7E;
}
</style>