Shades of Gulf Blue #334163
Tints of Gulf Blue #334163
RGB
CMYK
RGB Variations
Color information
#334163 (or 0x334163) is known color: Gulf Blue. HEX triplet: 33, 41 and 63. RGB value is (51,65,99). Sum of RGB (Red+Green+Blue) = 51+65+99=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #334163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334163 is #CCBE9C. Grayscale: #404040. Windows color (decimal): -13418141 or 6504755. OLE color: 6504755.
HSL color Cylindrical-coordinate representation of color #334163: hue angle of 222.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334163 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 65 | 99 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.61 |
| HSL | 222.5º | 0.32% | 0.29% | - |
| HSV(B) | 222.5º | 0.48% | 0.39% | - |
| XYZ | 5.51 | 5.39 | 12.55 | - |
| YUV | 64.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 99 | 0.48 | 0.34 | 0 | 0.61 | 222.5 | 0.32 | 0.29 |
| Hex | 33 | 41 | 63 | 30 | 22 | 0 | 3D | DE | 20 | 1D |
| Octal | 63 | 101 | 143 | 60 | 42 | 0 | 75 | 336 | 40 | 35 |
| Binary | 110011 | 1000001 | 1100011 | 110000 | 100010 | 0 | 111101 | 11011110 | 100000 | 11101 |
Color Harmonies of #334163
Complementary color
Monochromatic Colors of #334163
Black with #334163
Text Example
Text Example
White with #334163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334163; }
p { color: rgb(51,65,99); }
H1.HeaderClassName
{
color: #334163;
}
.AnyTagClassName
{
color: #334163;
}
</style>
background-color css
<style>
a { background-color: #334163; }
a { background-color: rgb(51,65,99); }
div.DivClassName
{
background-color: #334163;
}
.BgClassName
{
background-color: #334163;
}
</style>
border-color css
<style>
span { border-color: #334163; }
span { border-color: rgb(51,65,99); }
td.TdClassName
{
border-color: #334163;
}
.TagClassName
{
border-color: #334163;
}
</style>