Shades of Gulf Blue #343B53
Tints of Gulf Blue #343B53
RGB
CMYK
RGB Variations
Color information
#343B53 (or 0x343B53) is known color: Gulf Blue. HEX triplet: 34, 3B and 53. RGB value is (52,59,83). Sum of RGB (Red+Green+Blue) = 52+59+83=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #343B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B53 is #CBC4AC. Grayscale: #3B3B3B. Windows color (decimal): -13354157 or 5454644. OLE color: 5454644.
HSL color Cylindrical-coordinate representation of color #343B53: hue angle of 226.45º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343B53 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 59 | 83 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.67 |
| HSL | 226.45º | 0.23% | 0.26% | - |
| HSV(B) | 226.45º | 0.37% | 0.33% | - |
| XYZ | 4.54 | 4.48 | 8.81 | - |
| YUV | 59.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 83 | 0.37 | 0.29 | 0 | 0.67 | 226.45 | 0.23 | 0.26 |
| Hex | 34 | 3B | 53 | 25 | 1D | 0 | 43 | E2 | 17 | 1A |
| Octal | 64 | 73 | 123 | 45 | 35 | 0 | 103 | 342 | 27 | 32 |
| Binary | 110100 | 111011 | 1010011 | 100101 | 11101 | 0 | 1000011 | 11100010 | 10111 | 11010 |
Color Harmonies of #343B53
Complementary color
Monochromatic Colors of #343B53
Black with #343B53
Text Example
Text Example
White with #343B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B53; }
p { color: rgb(52,59,83); }
H1.HeaderClassName
{
color: #343B53;
}
.AnyTagClassName
{
color: #343B53;
}
</style>
background-color css
<style>
a { background-color: #343B53; }
a { background-color: rgb(52,59,83); }
div.DivClassName
{
background-color: #343B53;
}
.BgClassName
{
background-color: #343B53;
}
</style>
border-color css
<style>
span { border-color: #343B53; }
span { border-color: rgb(52,59,83); }
td.TdClassName
{
border-color: #343B53;
}
.TagClassName
{
border-color: #343B53;
}
</style>