Shades of Gulf Blue #334063
Tints of Gulf Blue #334063
RGB
CMYK
RGB Variations
Color information
#334063 (or 0x334063) is known color: Gulf Blue. HEX triplet: 33, 40 and 63. RGB value is (51,64,99). Sum of RGB (Red+Green+Blue) = 51+64+99=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #334063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334063 is #CCBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13418397 or 6504499. OLE color: 6504499.
HSL color Cylindrical-coordinate representation of color #334063: hue angle of 223.75º 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 #334063 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 64 | 99 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.61 |
| HSL | 223.75º | 0.32% | 0.29% | - |
| HSV(B) | 223.75º | 0.48% | 0.39% | - |
| XYZ | 5.45 | 5.27 | 12.53 | - |
| YUV | 64.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 99 | 0.48 | 0.35 | 0 | 0.61 | 223.75 | 0.32 | 0.29 |
| Hex | 33 | 40 | 63 | 30 | 23 | 0 | 3D | E0 | 20 | 1D |
| Octal | 63 | 100 | 143 | 60 | 43 | 0 | 75 | 340 | 40 | 35 |
| Binary | 110011 | 1000000 | 1100011 | 110000 | 100011 | 0 | 111101 | 11100000 | 100000 | 11101 |
Color Harmonies of #334063
Complementary color
Monochromatic Colors of #334063
Black with #334063
Text Example
Text Example
White with #334063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334063; }
p { color: rgb(51,64,99); }
H1.HeaderClassName
{
color: #334063;
}
.AnyTagClassName
{
color: #334063;
}
</style>
background-color css
<style>
a { background-color: #334063; }
a { background-color: rgb(51,64,99); }
div.DivClassName
{
background-color: #334063;
}
.BgClassName
{
background-color: #334063;
}
</style>
border-color css
<style>
span { border-color: #334063; }
span { border-color: rgb(51,64,99); }
td.TdClassName
{
border-color: #334063;
}
.TagClassName
{
border-color: #334063;
}
</style>