Shades of Gulf Blue #343D56
Tints of Gulf Blue #343D56
RGB
CMYK
RGB Variations
Color information
#343D56 (or 0x343D56) is known color: Gulf Blue. HEX triplet: 34, 3D and 56. RGB value is (52,61,86). Sum of RGB (Red+Green+Blue) = 52+61+86=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #343D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D56 is #CBC2A9. Grayscale: #3D3D3D. Windows color (decimal): -13353642 or 5651764. OLE color: 5651764.
HSL color Cylindrical-coordinate representation of color #343D56: hue angle of 224.12º 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 #343D56 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 61 | 86 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.66 |
| HSL | 224.12º | 0.25% | 0.27% | - |
| HSV(B) | 224.12º | 0.4% | 0.34% | - |
| XYZ | 4.76 | 4.74 | 9.47 | - |
| YUV | 61.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 86 | 0.40 | 0.29 | 0 | 0.66 | 224.12 | 0.25 | 0.27 |
| Hex | 34 | 3D | 56 | 28 | 1D | 0 | 42 | E0 | 19 | 1B |
| Octal | 64 | 75 | 126 | 50 | 35 | 0 | 102 | 340 | 31 | 33 |
| Binary | 110100 | 111101 | 1010110 | 101000 | 11101 | 0 | 1000010 | 11100000 | 11001 | 11011 |
Color Harmonies of #343D56
Complementary color
Monochromatic Colors of #343D56
Black with #343D56
Text Example
Text Example
White with #343D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D56; }
p { color: rgb(52,61,86); }
H1.HeaderClassName
{
color: #343D56;
}
.AnyTagClassName
{
color: #343D56;
}
</style>
background-color css
<style>
a { background-color: #343D56; }
a { background-color: rgb(52,61,86); }
div.DivClassName
{
background-color: #343D56;
}
.BgClassName
{
background-color: #343D56;
}
</style>
border-color css
<style>
span { border-color: #343D56; }
span { border-color: rgb(52,61,86); }
td.TdClassName
{
border-color: #343D56;
}
.TagClassName
{
border-color: #343D56;
}
</style>