Shades of Gulf Blue #343F5F
Tints of Gulf Blue #343F5F
RGB
CMYK
RGB Variations
Color information
#343F5F (or 0x343F5F) is known color: Gulf Blue. HEX triplet: 34, 3F and 5F. RGB value is (52,63,95). Sum of RGB (Red+Green+Blue) = 52+63+95=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #343F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F5F is #CBC0A0. Grayscale: #3F3F3F. Windows color (decimal): -13353121 or 6242100. OLE color: 6242100.
HSL color Cylindrical-coordinate representation of color #343F5F: hue angle of 224.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #343F5F is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 63 | 95 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.63 |
| HSL | 224.65º | 0.29% | 0.29% | - |
| HSV(B) | 224.65º | 0.45% | 0.37% | - |
| XYZ | 5.26 | 5.11 | 11.54 | - |
| YUV | 63.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 95 | 0.45 | 0.34 | 0 | 0.63 | 224.65 | 0.29 | 0.29 |
| Hex | 34 | 3F | 5F | 2D | 22 | 0 | 3F | E1 | 1D | 1D |
| Octal | 64 | 77 | 137 | 55 | 42 | 0 | 77 | 341 | 35 | 35 |
| Binary | 110100 | 111111 | 1011111 | 101101 | 100010 | 0 | 111111 | 11100001 | 11101 | 11101 |
Color Harmonies of #343F5F
Complementary color
Monochromatic Colors of #343F5F
Black with #343F5F
Text Example
Text Example
White with #343F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F5F; }
p { color: rgb(52,63,95); }
H1.HeaderClassName
{
color: #343F5F;
}
.AnyTagClassName
{
color: #343F5F;
}
</style>
background-color css
<style>
a { background-color: #343F5F; }
a { background-color: rgb(52,63,95); }
div.DivClassName
{
background-color: #343F5F;
}
.BgClassName
{
background-color: #343F5F;
}
</style>
border-color css
<style>
span { border-color: #343F5F; }
span { border-color: rgb(52,63,95); }
td.TdClassName
{
border-color: #343F5F;
}
.TagClassName
{
border-color: #343F5F;
}
</style>