Shades of Gulf Blue #333E58
Tints of Gulf Blue #333E58
RGB
CMYK
RGB Variations
Color information
#333E58 (or 0x333E58) is known color: Gulf Blue. HEX triplet: 33, 3E and 58. RGB value is (51,62,88). Sum of RGB (Red+Green+Blue) = 51+62+88=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #333E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E58 is #CCC1A7. Grayscale: #3D3D3D. Windows color (decimal): -13418920 or 5783091. OLE color: 5783091.
HSL color Cylindrical-coordinate representation of color #333E58: hue angle of 222.16º 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 #333E58 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 62 | 88 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.65 |
| HSL | 222.16º | 0.27% | 0.27% | - |
| HSV(B) | 222.16º | 0.42% | 0.35% | - |
| XYZ | 4.85 | 4.85 | 9.91 | - |
| YUV | 61.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 88 | 0.42 | 0.30 | 0 | 0.65 | 222.16 | 0.27 | 0.27 |
| Hex | 33 | 3E | 58 | 2A | 1E | 0 | 41 | DE | 1B | 1B |
| Octal | 63 | 76 | 130 | 52 | 36 | 0 | 101 | 336 | 33 | 33 |
| Binary | 110011 | 111110 | 1011000 | 101010 | 11110 | 0 | 1000001 | 11011110 | 11011 | 11011 |
Color Harmonies of #333E58
Complementary color
Monochromatic Colors of #333E58
Black with #333E58
Text Example
Text Example
White with #333E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E58; }
p { color: rgb(51,62,88); }
H1.HeaderClassName
{
color: #333E58;
}
.AnyTagClassName
{
color: #333E58;
}
</style>
background-color css
<style>
a { background-color: #333E58; }
a { background-color: rgb(51,62,88); }
div.DivClassName
{
background-color: #333E58;
}
.BgClassName
{
background-color: #333E58;
}
</style>
border-color css
<style>
span { border-color: #333E58; }
span { border-color: rgb(51,62,88); }
td.TdClassName
{
border-color: #333E58;
}
.TagClassName
{
border-color: #333E58;
}
</style>