Shades of Gulf Blue #344163
Tints of Gulf Blue #344163
RGB
CMYK
RGB Variations
Color information
#344163 (or 0x344163) is known color: Gulf Blue. HEX triplet: 34, 41 and 63. RGB value is (52,65,99). Sum of RGB (Red+Green+Blue) = 52+65+99=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #344163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344163 is #CBBE9C. Grayscale: #404040. Windows color (decimal): -13352605 or 6504756. OLE color: 6504756.
HSL color Cylindrical-coordinate representation of color #344163: hue angle of 223.4º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344163 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 65 | 99 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.61 |
| HSL | 223.4º | 0.31% | 0.3% | - |
| HSV(B) | 223.4º | 0.47% | 0.39% | - |
| XYZ | 5.56 | 5.41 | 12.56 | - |
| YUV | 64.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 99 | 0.47 | 0.34 | 0 | 0.61 | 223.4 | 0.31 | 0.3 |
| Hex | 34 | 41 | 63 | 2F | 22 | 0 | 3D | DF | 1F | 1E |
| Octal | 64 | 101 | 143 | 57 | 42 | 0 | 75 | 337 | 37 | 36 |
| Binary | 110100 | 1000001 | 1100011 | 101111 | 100010 | 0 | 111101 | 11011111 | 11111 | 11110 |
Color Harmonies of #344163
Complementary color
Monochromatic Colors of #344163
Black with #344163
Text Example
Text Example
White with #344163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344163; }
p { color: rgb(52,65,99); }
H1.HeaderClassName
{
color: #344163;
}
.AnyTagClassName
{
color: #344163;
}
</style>
background-color css
<style>
a { background-color: #344163; }
a { background-color: rgb(52,65,99); }
div.DivClassName
{
background-color: #344163;
}
.BgClassName
{
background-color: #344163;
}
</style>
border-color css
<style>
span { border-color: #344163; }
span { border-color: rgb(52,65,99); }
td.TdClassName
{
border-color: #344163;
}
.TagClassName
{
border-color: #344163;
}
</style>