Shades of Torea Bay #343F7B
Tints of Torea Bay #343F7B
RGB
CMYK
RGB Variations
Color information
#343F7B (or 0x343F7B) is known color: Torea Bay. HEX triplet: 34, 3F and 7B. RGB value is (52,63,123). Sum of RGB (Red+Green+Blue) = 52+63+123=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #343F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7B is #CBC084. Grayscale: #424242. Windows color (decimal): -13353093 or 8077108. OLE color: 8077108.
HSL color Cylindrical-coordinate representation of color #343F7B: hue angle of 230.7º 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 #343F7B is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 63 | 123 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.52 |
| HSL | 230.7º | 0.41% | 0.34% | - |
| HSV(B) | 230.7º | 0.58% | 0.48% | - |
| XYZ | 6.77 | 5.72 | 19.49 | - |
| YUV | 66.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 123 | 0.58 | 0.49 | 0 | 0.52 | 230.7 | 0.41 | 0.34 |
| Hex | 34 | 3F | 7B | 3A | 31 | 0 | 34 | E7 | 29 | 22 |
| Octal | 64 | 77 | 173 | 72 | 61 | 0 | 64 | 347 | 51 | 42 |
| Binary | 110100 | 111111 | 1111011 | 111010 | 110001 | 0 | 110100 | 11100111 | 101001 | 100010 |
Color Harmonies of #343F7B
Complementary color
Monochromatic Colors of #343F7B
Black with #343F7B
Text Example
Text Example
White with #343F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F7B; }
p { color: rgb(52,63,123); }
H1.HeaderClassName
{
color: #343F7B;
}
.AnyTagClassName
{
color: #343F7B;
}
</style>
background-color css
<style>
a { background-color: #343F7B; }
a { background-color: rgb(52,63,123); }
div.DivClassName
{
background-color: #343F7B;
}
.BgClassName
{
background-color: #343F7B;
}
</style>
border-color css
<style>
span { border-color: #343F7B; }
span { border-color: rgb(52,63,123); }
td.TdClassName
{
border-color: #343F7B;
}
.TagClassName
{
border-color: #343F7B;
}
</style>