Shades of Gulf Blue #333958
Tints of Gulf Blue #333958
RGB
CMYK
RGB Variations
Color information
#333958 (or 0x333958) is known color: Gulf Blue. HEX triplet: 33, 39 and 58. RGB value is (51,57,88). Sum of RGB (Red+Green+Blue) = 51+57+88=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #333958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333958 is #CCC6A7. Grayscale: #3A3A3A. Windows color (decimal): -13420200 or 5781811. OLE color: 5781811.
HSL color Cylindrical-coordinate representation of color #333958: hue angle of 230.27º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #333958 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 57 | 88 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.65 |
| HSL | 230.27º | 0.27% | 0.27% | - |
| HSV(B) | 230.27º | 0.42% | 0.35% | - |
| XYZ | 4.59 | 4.33 | 9.83 | - |
| YUV | 58.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 88 | 0.42 | 0.35 | 0 | 0.65 | 230.27 | 0.27 | 0.27 |
| Hex | 33 | 39 | 58 | 2A | 23 | 0 | 41 | E6 | 1B | 1B |
| Octal | 63 | 71 | 130 | 52 | 43 | 0 | 101 | 346 | 33 | 33 |
| Binary | 110011 | 111001 | 1011000 | 101010 | 100011 | 0 | 1000001 | 11100110 | 11011 | 11011 |
Color Harmonies of #333958
Complementary color
Monochromatic Colors of #333958
Black with #333958
Text Example
Text Example
White with #333958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333958; }
p { color: rgb(51,57,88); }
H1.HeaderClassName
{
color: #333958;
}
.AnyTagClassName
{
color: #333958;
}
</style>
background-color css
<style>
a { background-color: #333958; }
a { background-color: rgb(51,57,88); }
div.DivClassName
{
background-color: #333958;
}
.BgClassName
{
background-color: #333958;
}
</style>
border-color css
<style>
span { border-color: #333958; }
span { border-color: rgb(51,57,88); }
td.TdClassName
{
border-color: #333958;
}
.TagClassName
{
border-color: #333958;
}
</style>