Shades of Gulf Blue #343A57
Tints of Gulf Blue #343A57
RGB
CMYK
RGB Variations
Color information
#343A57 (or 0x343A57) is known color: Gulf Blue. HEX triplet: 34, 3A and 57. RGB value is (52,58,87). Sum of RGB (Red+Green+Blue) = 52+58+87=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #343A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A57 is #CBC5A8. Grayscale: #3B3B3B. Windows color (decimal): -13354409 or 5716532. OLE color: 5716532.
HSL color Cylindrical-coordinate representation of color #343A57: hue angle of 229.71º 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 #343A57 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 58 | 87 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.66 |
| HSL | 229.71º | 0.25% | 0.27% | - |
| HSV(B) | 229.71º | 0.4% | 0.34% | - |
| XYZ | 4.65 | 4.44 | 9.63 | - |
| YUV | 59.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 87 | 0.40 | 0.33 | 0 | 0.66 | 229.71 | 0.25 | 0.27 |
| Hex | 34 | 3A | 57 | 28 | 21 | 0 | 42 | E6 | 19 | 1B |
| Octal | 64 | 72 | 127 | 50 | 41 | 0 | 102 | 346 | 31 | 33 |
| Binary | 110100 | 111010 | 1010111 | 101000 | 100001 | 0 | 1000010 | 11100110 | 11001 | 11011 |
Color Harmonies of #343A57
Complementary color
Monochromatic Colors of #343A57
Black with #343A57
Text Example
Text Example
White with #343A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A57; }
p { color: rgb(52,58,87); }
H1.HeaderClassName
{
color: #343A57;
}
.AnyTagClassName
{
color: #343A57;
}
</style>
background-color css
<style>
a { background-color: #343A57; }
a { background-color: rgb(52,58,87); }
div.DivClassName
{
background-color: #343A57;
}
.BgClassName
{
background-color: #343A57;
}
</style>
border-color css
<style>
span { border-color: #343A57; }
span { border-color: rgb(52,58,87); }
td.TdClassName
{
border-color: #343A57;
}
.TagClassName
{
border-color: #343A57;
}
</style>