Shades of Gulf Blue #333D57
Tints of Gulf Blue #333D57
RGB
CMYK
RGB Variations
Color information
#333D57 (or 0x333D57) is known color: Gulf Blue. HEX triplet: 33, 3D and 57. RGB value is (51,61,87). Sum of RGB (Red+Green+Blue) = 51+61+87=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #333D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D57 is #CCC2A8. Grayscale: #3C3C3C. Windows color (decimal): -13419177 or 5717299. OLE color: 5717299.
HSL color Cylindrical-coordinate representation of color #333D57: hue angle of 223.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #333D57 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 61 | 87 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.66 |
| HSL | 223.33º | 0.26% | 0.27% | - |
| HSV(B) | 223.33º | 0.41% | 0.34% | - |
| XYZ | 4.75 | 4.73 | 9.68 | - |
| YUV | 60.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 87 | 0.41 | 0.30 | 0 | 0.66 | 223.33 | 0.26 | 0.27 |
| Hex | 33 | 3D | 57 | 29 | 1E | 0 | 42 | DF | 1A | 1B |
| Octal | 63 | 75 | 127 | 51 | 36 | 0 | 102 | 337 | 32 | 33 |
| Binary | 110011 | 111101 | 1010111 | 101001 | 11110 | 0 | 1000010 | 11011111 | 11010 | 11011 |
Color Harmonies of #333D57
Complementary color
Monochromatic Colors of #333D57
Black with #333D57
Text Example
Text Example
White with #333D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D57; }
p { color: rgb(51,61,87); }
H1.HeaderClassName
{
color: #333D57;
}
.AnyTagClassName
{
color: #333D57;
}
</style>
background-color css
<style>
a { background-color: #333D57; }
a { background-color: rgb(51,61,87); }
div.DivClassName
{
background-color: #333D57;
}
.BgClassName
{
background-color: #333D57;
}
</style>
border-color css
<style>
span { border-color: #333D57; }
span { border-color: rgb(51,61,87); }
td.TdClassName
{
border-color: #333D57;
}
.TagClassName
{
border-color: #333D57;
}
</style>