Shades of Gulf Blue #333D5D
Tints of Gulf Blue #333D5D
RGB
CMYK
RGB Variations
Color information
#333D5D (or 0x333D5D) is known color: Gulf Blue. HEX triplet: 33, 3D and 5D. RGB value is (51,61,93). Sum of RGB (Red+Green+Blue) = 51+61+93=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #333D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D5D is #CCC2A2. Grayscale: #3D3D3D. Windows color (decimal): -13419171 or 6110515. OLE color: 6110515.
HSL color Cylindrical-coordinate representation of color #333D5D: hue angle of 225.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #333D5D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 61 | 93 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.64 |
| HSL | 225.71º | 0.29% | 0.28% | - |
| HSV(B) | 225.71º | 0.45% | 0.36% | - |
| XYZ | 5.01 | 4.83 | 11.02 | - |
| YUV | 61.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 93 | 0.45 | 0.34 | 0 | 0.64 | 225.71 | 0.29 | 0.28 |
| Hex | 33 | 3D | 5D | 2D | 22 | 0 | 40 | E2 | 1D | 1C |
| Octal | 63 | 75 | 135 | 55 | 42 | 0 | 100 | 342 | 35 | 34 |
| Binary | 110011 | 111101 | 1011101 | 101101 | 100010 | 0 | 1000000 | 11100010 | 11101 | 11100 |
Color Harmonies of #333D5D
Complementary color
Monochromatic Colors of #333D5D
Black with #333D5D
Text Example
Text Example
White with #333D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D5D; }
p { color: rgb(51,61,93); }
H1.HeaderClassName
{
color: #333D5D;
}
.AnyTagClassName
{
color: #333D5D;
}
</style>
background-color css
<style>
a { background-color: #333D5D; }
a { background-color: rgb(51,61,93); }
div.DivClassName
{
background-color: #333D5D;
}
.BgClassName
{
background-color: #333D5D;
}
</style>
border-color css
<style>
span { border-color: #333D5D; }
span { border-color: rgb(51,61,93); }
td.TdClassName
{
border-color: #333D5D;
}
.TagClassName
{
border-color: #333D5D;
}
</style>