Shades of Gulf Blue #343F57
Tints of Gulf Blue #343F57
RGB
CMYK
RGB Variations
Color information
#343F57 (or 0x343F57) is known color: Gulf Blue. HEX triplet: 34, 3F and 57. RGB value is (52,63,87). Sum of RGB (Red+Green+Blue) = 52+63+87=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #343F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F57 is #CBC0A8. Grayscale: #3E3E3E. Windows color (decimal): -13353129 or 5717812. OLE color: 5717812.
HSL color Cylindrical-coordinate representation of color #343F57: hue angle of 221.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343F57 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 63 | 87 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.66 |
| HSL | 221.14º | 0.25% | 0.27% | - |
| HSV(B) | 221.14º | 0.4% | 0.34% | - |
| XYZ | 4.91 | 4.97 | 9.72 | - |
| YUV | 62.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 87 | 0.40 | 0.28 | 0 | 0.66 | 221.14 | 0.25 | 0.27 |
| Hex | 34 | 3F | 57 | 28 | 1C | 0 | 42 | DD | 19 | 1B |
| Octal | 64 | 77 | 127 | 50 | 34 | 0 | 102 | 335 | 31 | 33 |
| Binary | 110100 | 111111 | 1010111 | 101000 | 11100 | 0 | 1000010 | 11011101 | 11001 | 11011 |
Color Harmonies of #343F57
Complementary color
Monochromatic Colors of #343F57
Black with #343F57
Text Example
Text Example
White with #343F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F57; }
p { color: rgb(52,63,87); }
H1.HeaderClassName
{
color: #343F57;
}
.AnyTagClassName
{
color: #343F57;
}
</style>
background-color css
<style>
a { background-color: #343F57; }
a { background-color: rgb(52,63,87); }
div.DivClassName
{
background-color: #343F57;
}
.BgClassName
{
background-color: #343F57;
}
</style>
border-color css
<style>
span { border-color: #343F57; }
span { border-color: rgb(52,63,87); }
td.TdClassName
{
border-color: #343F57;
}
.TagClassName
{
border-color: #343F57;
}
</style>