Shades of Gulf Blue #343D57
Tints of Gulf Blue #343D57
RGB
CMYK
RGB Variations
Color information
#343D57 (or 0x343D57) is known color: Gulf Blue. HEX triplet: 34, 3D and 57. RGB value is (52,61,87). Sum of RGB (Red+Green+Blue) = 52+61+87=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #343D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D57 is #CBC2A8. Grayscale: #3D3D3D. Windows color (decimal): -13353641 or 5717300. OLE color: 5717300.
HSL color Cylindrical-coordinate representation of color #343D57: hue angle of 224.57º 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 #343D57 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 61 | 87 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.66 |
| HSL | 224.57º | 0.25% | 0.27% | - |
| HSV(B) | 224.57º | 0.4% | 0.34% | - |
| XYZ | 4.81 | 4.76 | 9.68 | - |
| YUV | 61.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 87 | 0.40 | 0.30 | 0 | 0.66 | 224.57 | 0.25 | 0.27 |
| Hex | 34 | 3D | 57 | 28 | 1E | 0 | 42 | E1 | 19 | 1B |
| Octal | 64 | 75 | 127 | 50 | 36 | 0 | 102 | 341 | 31 | 33 |
| Binary | 110100 | 111101 | 1010111 | 101000 | 11110 | 0 | 1000010 | 11100001 | 11001 | 11011 |
Color Harmonies of #343D57
Complementary color
Monochromatic Colors of #343D57
Black with #343D57
Text Example
Text Example
White with #343D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D57; }
p { color: rgb(52,61,87); }
H1.HeaderClassName
{
color: #343D57;
}
.AnyTagClassName
{
color: #343D57;
}
</style>
background-color css
<style>
a { background-color: #343D57; }
a { background-color: rgb(52,61,87); }
div.DivClassName
{
background-color: #343D57;
}
.BgClassName
{
background-color: #343D57;
}
</style>
border-color css
<style>
span { border-color: #343D57; }
span { border-color: rgb(52,61,87); }
td.TdClassName
{
border-color: #343D57;
}
.TagClassName
{
border-color: #343D57;
}
</style>