Shades of Gulf Blue #343E58
Tints of Gulf Blue #343E58
RGB
CMYK
RGB Variations
Color information
#343E58 (or 0x343E58) is known color: Gulf Blue. HEX triplet: 34, 3E and 58. RGB value is (52,62,88). Sum of RGB (Red+Green+Blue) = 52+62+88=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #343E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E58 is #CBC1A7. Grayscale: #3D3D3D. Windows color (decimal): -13353384 or 5783092. OLE color: 5783092.
HSL color Cylindrical-coordinate representation of color #343E58: hue angle of 223.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #343E58 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 62 | 88 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.65 |
| HSL | 223.33º | 0.26% | 0.27% | - |
| HSV(B) | 223.33º | 0.41% | 0.35% | - |
| XYZ | 4.9 | 4.88 | 9.92 | - |
| YUV | 61.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 88 | 0.41 | 0.30 | 0 | 0.65 | 223.33 | 0.26 | 0.27 |
| Hex | 34 | 3E | 58 | 29 | 1E | 0 | 41 | DF | 1A | 1B |
| Octal | 64 | 76 | 130 | 51 | 36 | 0 | 101 | 337 | 32 | 33 |
| Binary | 110100 | 111110 | 1011000 | 101001 | 11110 | 0 | 1000001 | 11011111 | 11010 | 11011 |
Color Harmonies of #343E58
Complementary color
Monochromatic Colors of #343E58
Black with #343E58
Text Example
Text Example
White with #343E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E58; }
p { color: rgb(52,62,88); }
H1.HeaderClassName
{
color: #343E58;
}
.AnyTagClassName
{
color: #343E58;
}
</style>
background-color css
<style>
a { background-color: #343E58; }
a { background-color: rgb(52,62,88); }
div.DivClassName
{
background-color: #343E58;
}
.BgClassName
{
background-color: #343E58;
}
</style>
border-color css
<style>
span { border-color: #343E58; }
span { border-color: rgb(52,62,88); }
td.TdClassName
{
border-color: #343E58;
}
.TagClassName
{
border-color: #343E58;
}
</style>