Shades of Torea Bay #343F7F
Tints of Torea Bay #343F7F
RGB
CMYK
RGB Variations
Color information
#343F7F (or 0x343F7F) is known color: Torea Bay. HEX triplet: 34, 3F and 7F. RGB value is (52,63,127). Sum of RGB (Red+Green+Blue) = 52+63+127=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #343F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7F is #CBC080. Grayscale: #424242. Windows color (decimal): -13353089 or 8339252. OLE color: 8339252.
HSL color Cylindrical-coordinate representation of color #343F7F: hue angle of 231.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343F7F is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 63 | 127 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.50 |
| HSL | 231.2º | 0.42% | 0.35% | - |
| HSV(B) | 231.2º | 0.59% | 0.5% | - |
| XYZ | 7.02 | 5.82 | 20.83 | - |
| YUV | 67.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 127 | 0.59 | 0.50 | 0 | 0.50 | 231.2 | 0.42 | 0.35 |
| Hex | 34 | 3F | 7F | 3B | 32 | 0 | 32 | E7 | 2A | 23 |
| Octal | 64 | 77 | 177 | 73 | 62 | 0 | 62 | 347 | 52 | 43 |
| Binary | 110100 | 111111 | 1111111 | 111011 | 110010 | 0 | 110010 | 11100111 | 101010 | 100011 |
Color Harmonies of #343F7F
Complementary color
Monochromatic Colors of #343F7F
Black with #343F7F
Text Example
Text Example
White with #343F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F7F; }
p { color: rgb(52,63,127); }
H1.HeaderClassName
{
color: #343F7F;
}
.AnyTagClassName
{
color: #343F7F;
}
</style>
background-color css
<style>
a { background-color: #343F7F; }
a { background-color: rgb(52,63,127); }
div.DivClassName
{
background-color: #343F7F;
}
.BgClassName
{
background-color: #343F7F;
}
</style>
border-color css
<style>
span { border-color: #343F7F; }
span { border-color: rgb(52,63,127); }
td.TdClassName
{
border-color: #343F7F;
}
.TagClassName
{
border-color: #343F7F;
}
</style>