Shades of Gulf Blue #333B54
Tints of Gulf Blue #333B54
RGB
CMYK
RGB Variations
Color information
#333B54 (or 0x333B54) is known color: Gulf Blue. HEX triplet: 33, 3B and 54. RGB value is (51,59,84). Sum of RGB (Red+Green+Blue) = 51+59+84=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #333B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B54 is #CCC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13419692 or 5520179. OLE color: 5520179.
HSL color Cylindrical-coordinate representation of color #333B54: hue angle of 225.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333B54 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 59 | 84 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.67 |
| HSL | 225.45º | 0.24% | 0.26% | - |
| HSV(B) | 225.45º | 0.39% | 0.33% | - |
| XYZ | 4.53 | 4.47 | 9.01 | - |
| YUV | 59.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 84 | 0.39 | 0.30 | 0 | 0.67 | 225.45 | 0.24 | 0.26 |
| Hex | 33 | 3B | 54 | 27 | 1E | 0 | 43 | E1 | 18 | 1A |
| Octal | 63 | 73 | 124 | 47 | 36 | 0 | 103 | 341 | 30 | 32 |
| Binary | 110011 | 111011 | 1010100 | 100111 | 11110 | 0 | 1000011 | 11100001 | 11000 | 11010 |
Color Harmonies of #333B54
Complementary color
Monochromatic Colors of #333B54
Black with #333B54
Text Example
Text Example
White with #333B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B54; }
p { color: rgb(51,59,84); }
H1.HeaderClassName
{
color: #333B54;
}
.AnyTagClassName
{
color: #333B54;
}
</style>
background-color css
<style>
a { background-color: #333B54; }
a { background-color: rgb(51,59,84); }
div.DivClassName
{
background-color: #333B54;
}
.BgClassName
{
background-color: #333B54;
}
</style>
border-color css
<style>
span { border-color: #333B54; }
span { border-color: rgb(51,59,84); }
td.TdClassName
{
border-color: #333B54;
}
.TagClassName
{
border-color: #333B54;
}
</style>