Shades of Gulf Blue #343955
Tints of Gulf Blue #343955
RGB
CMYK
RGB Variations
Color information
#343955 (or 0x343955) is known color: Gulf Blue. HEX triplet: 34, 39 and 55. RGB value is (52,57,85). Sum of RGB (Red+Green+Blue) = 52+57+85=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #343955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343955 is #CBC6AA. Grayscale: #3A3A3A. Windows color (decimal): -13354667 or 5585204. OLE color: 5585204.
HSL color Cylindrical-coordinate representation of color #343955: hue angle of 230.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343955 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 57 | 85 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.67 |
| HSL | 230.91º | 0.24% | 0.27% | - |
| HSV(B) | 230.91º | 0.39% | 0.33% | - |
| XYZ | 4.52 | 4.31 | 9.19 | - |
| YUV | 58.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 85 | 0.39 | 0.33 | 0 | 0.67 | 230.91 | 0.24 | 0.27 |
| Hex | 34 | 39 | 55 | 27 | 21 | 0 | 43 | E7 | 18 | 1B |
| Octal | 64 | 71 | 125 | 47 | 41 | 0 | 103 | 347 | 30 | 33 |
| Binary | 110100 | 111001 | 1010101 | 100111 | 100001 | 0 | 1000011 | 11100111 | 11000 | 11011 |
Color Harmonies of #343955
Complementary color
Monochromatic Colors of #343955
Black with #343955
Text Example
Text Example
White with #343955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343955; }
p { color: rgb(52,57,85); }
H1.HeaderClassName
{
color: #343955;
}
.AnyTagClassName
{
color: #343955;
}
</style>
background-color css
<style>
a { background-color: #343955; }
a { background-color: rgb(52,57,85); }
div.DivClassName
{
background-color: #343955;
}
.BgClassName
{
background-color: #343955;
}
</style>
border-color css
<style>
span { border-color: #343955; }
span { border-color: rgb(52,57,85); }
td.TdClassName
{
border-color: #343955;
}
.TagClassName
{
border-color: #343955;
}
</style>