Shades of Torea Bay #343F7D
Tints of Torea Bay #343F7D
RGB
CMYK
RGB Variations
Color information
#343F7D (or 0x343F7D) is known color: Torea Bay. HEX triplet: 34, 3F and 7D. RGB value is (52,63,125). Sum of RGB (Red+Green+Blue) = 52+63+125=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #343F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7D is #CBC082. Grayscale: #424242. Windows color (decimal): -13353091 or 8208180. OLE color: 8208180.
HSL color Cylindrical-coordinate representation of color #343F7D: hue angle of 230.96º 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 #343F7D is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 63 | 125 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.51 |
| HSL | 230.96º | 0.41% | 0.35% | - |
| HSV(B) | 230.96º | 0.58% | 0.49% | - |
| XYZ | 6.9 | 5.77 | 20.15 | - |
| YUV | 66.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 125 | 0.58 | 0.50 | 0 | 0.51 | 230.96 | 0.41 | 0.35 |
| Hex | 34 | 3F | 7D | 3A | 32 | 0 | 33 | E7 | 29 | 23 |
| Octal | 64 | 77 | 175 | 72 | 62 | 0 | 63 | 347 | 51 | 43 |
| Binary | 110100 | 111111 | 1111101 | 111010 | 110010 | 0 | 110011 | 11100111 | 101001 | 100011 |
Color Harmonies of #343F7D
Complementary color
Monochromatic Colors of #343F7D
Black with #343F7D
Text Example
Text Example
White with #343F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F7D; }
p { color: rgb(52,63,125); }
H1.HeaderClassName
{
color: #343F7D;
}
.AnyTagClassName
{
color: #343F7D;
}
</style>
background-color css
<style>
a { background-color: #343F7D; }
a { background-color: rgb(52,63,125); }
div.DivClassName
{
background-color: #343F7D;
}
.BgClassName
{
background-color: #343F7D;
}
</style>
border-color css
<style>
span { border-color: #343F7D; }
span { border-color: rgb(52,63,125); }
td.TdClassName
{
border-color: #343F7D;
}
.TagClassName
{
border-color: #343F7D;
}
</style>