Shades of Gulf Blue #333F5B
Tints of Gulf Blue #333F5B
RGB
CMYK
RGB Variations
Color information
#333F5B (or 0x333F5B) is known color: Gulf Blue. HEX triplet: 33, 3F and 5B. RGB value is (51,63,91). Sum of RGB (Red+Green+Blue) = 51+63+91=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #333F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F5B is #CCC0A4. Grayscale: #3E3E3E. Windows color (decimal): -13418661 or 5979955. OLE color: 5979955.
HSL color Cylindrical-coordinate representation of color #333F5B: hue angle of 222º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #333F5B is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 63 | 91 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.64 |
| HSL | 222º | 0.28% | 0.28% | - |
| HSV(B) | 222º | 0.44% | 0.36% | - |
| XYZ | 5.03 | 5.01 | 10.6 | - |
| YUV | 62.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 91 | 0.44 | 0.31 | 0 | 0.64 | 222 | 0.28 | 0.28 |
| Hex | 33 | 3F | 5B | 2C | 1F | 0 | 40 | DE | 1C | 1C |
| Octal | 63 | 77 | 133 | 54 | 37 | 0 | 100 | 336 | 34 | 34 |
| Binary | 110011 | 111111 | 1011011 | 101100 | 11111 | 0 | 1000000 | 11011110 | 11100 | 11100 |
Color Harmonies of #333F5B
Complementary color
Monochromatic Colors of #333F5B
Black with #333F5B
Text Example
Text Example
White with #333F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F5B; }
p { color: rgb(51,63,91); }
H1.HeaderClassName
{
color: #333F5B;
}
.AnyTagClassName
{
color: #333F5B;
}
</style>
background-color css
<style>
a { background-color: #333F5B; }
a { background-color: rgb(51,63,91); }
div.DivClassName
{
background-color: #333F5B;
}
.BgClassName
{
background-color: #333F5B;
}
</style>
border-color css
<style>
span { border-color: #333F5B; }
span { border-color: rgb(51,63,91); }
td.TdClassName
{
border-color: #333F5B;
}
.TagClassName
{
border-color: #333F5B;
}
</style>