Shades of Torea Bay #343A7B
Tints of Torea Bay #343A7B
RGB
CMYK
RGB Variations
Color information
#343A7B (or 0x343A7B) is known color: Torea Bay. HEX triplet: 34, 3A and 7B. RGB value is (52,58,123). Sum of RGB (Red+Green+Blue) = 52+58+123=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #343A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A7B is #CBC584. Grayscale: #3F3F3F. Windows color (decimal): -13354373 or 8075828. OLE color: 8075828.
HSL color Cylindrical-coordinate representation of color #343A7B: hue angle of 234.93º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343A7B is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 58 | 123 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.52 |
| HSL | 234.93º | 0.41% | 0.34% | - |
| HSV(B) | 234.93º | 0.58% | 0.48% | - |
| XYZ | 6.5 | 5.19 | 19.4 | - |
| YUV | 63.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 123 | 0.58 | 0.53 | 0 | 0.52 | 234.93 | 0.41 | 0.34 |
| Hex | 34 | 3A | 7B | 3A | 35 | 0 | 34 | EB | 29 | 22 |
| Octal | 64 | 72 | 173 | 72 | 65 | 0 | 64 | 353 | 51 | 42 |
| Binary | 110100 | 111010 | 1111011 | 111010 | 110101 | 0 | 110100 | 11101011 | 101001 | 100010 |
Color Harmonies of #343A7B
Complementary color
Monochromatic Colors of #343A7B
Black with #343A7B
Text Example
Text Example
White with #343A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A7B; }
p { color: rgb(52,58,123); }
H1.HeaderClassName
{
color: #343A7B;
}
.AnyTagClassName
{
color: #343A7B;
}
</style>
background-color css
<style>
a { background-color: #343A7B; }
a { background-color: rgb(52,58,123); }
div.DivClassName
{
background-color: #343A7B;
}
.BgClassName
{
background-color: #343A7B;
}
</style>
border-color css
<style>
span { border-color: #343A7B; }
span { border-color: rgb(52,58,123); }
td.TdClassName
{
border-color: #343A7B;
}
.TagClassName
{
border-color: #343A7B;
}
</style>