Shades of Gulf Blue #343E5B
Tints of Gulf Blue #343E5B
RGB
CMYK
RGB Variations
Color information
#343E5B (or 0x343E5B) is known color: Gulf Blue. HEX triplet: 34, 3E and 5B. RGB value is (52,62,91). Sum of RGB (Red+Green+Blue) = 52+62+91=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #343E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E5B is #CBC1A4. Grayscale: #3E3E3E. Windows color (decimal): -13353381 or 5979700. OLE color: 5979700.
HSL color Cylindrical-coordinate representation of color #343E5B: hue angle of 224.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343E5B is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 62 | 91 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.64 |
| HSL | 224.62º | 0.27% | 0.28% | - |
| HSV(B) | 224.62º | 0.43% | 0.36% | - |
| XYZ | 5.03 | 4.93 | 10.58 | - |
| YUV | 62.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 91 | 0.43 | 0.32 | 0 | 0.64 | 224.62 | 0.27 | 0.28 |
| Hex | 34 | 3E | 5B | 2B | 20 | 0 | 40 | E1 | 1B | 1C |
| Octal | 64 | 76 | 133 | 53 | 40 | 0 | 100 | 341 | 33 | 34 |
| Binary | 110100 | 111110 | 1011011 | 101011 | 100000 | 0 | 1000000 | 11100001 | 11011 | 11100 |
Color Harmonies of #343E5B
Complementary color
Monochromatic Colors of #343E5B
Black with #343E5B
Text Example
Text Example
White with #343E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E5B; }
p { color: rgb(52,62,91); }
H1.HeaderClassName
{
color: #343E5B;
}
.AnyTagClassName
{
color: #343E5B;
}
</style>
background-color css
<style>
a { background-color: #343E5B; }
a { background-color: rgb(52,62,91); }
div.DivClassName
{
background-color: #343E5B;
}
.BgClassName
{
background-color: #343E5B;
}
</style>
border-color css
<style>
span { border-color: #343E5B; }
span { border-color: rgb(52,62,91); }
td.TdClassName
{
border-color: #343E5B;
}
.TagClassName
{
border-color: #343E5B;
}
</style>