Shades of Gulf Blue #333C5B
Tints of Gulf Blue #333C5B
RGB
CMYK
RGB Variations
Color information
#333C5B (or 0x333C5B) is known color: Gulf Blue. HEX triplet: 33, 3C and 5B. RGB value is (51,60,91). Sum of RGB (Red+Green+Blue) = 51+60+91=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #333C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C5B is #CCC3A4. Grayscale: #3C3C3C. Windows color (decimal): -13419429 or 5979187. OLE color: 5979187.
HSL color Cylindrical-coordinate representation of color #333C5B: hue angle of 226.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #333C5B is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 60 | 91 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.64 |
| HSL | 226.5º | 0.28% | 0.28% | - |
| HSV(B) | 226.5º | 0.44% | 0.36% | - |
| XYZ | 4.87 | 4.69 | 10.55 | - |
| YUV | 60.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 91 | 0.44 | 0.34 | 0 | 0.64 | 226.5 | 0.28 | 0.28 |
| Hex | 33 | 3C | 5B | 2C | 22 | 0 | 40 | E2 | 1C | 1C |
| Octal | 63 | 74 | 133 | 54 | 42 | 0 | 100 | 342 | 34 | 34 |
| Binary | 110011 | 111100 | 1011011 | 101100 | 100010 | 0 | 1000000 | 11100010 | 11100 | 11100 |
Color Harmonies of #333C5B
Complementary color
Monochromatic Colors of #333C5B
Black with #333C5B
Text Example
Text Example
White with #333C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C5B; }
p { color: rgb(51,60,91); }
H1.HeaderClassName
{
color: #333C5B;
}
.AnyTagClassName
{
color: #333C5B;
}
</style>
background-color css
<style>
a { background-color: #333C5B; }
a { background-color: rgb(51,60,91); }
div.DivClassName
{
background-color: #333C5B;
}
.BgClassName
{
background-color: #333C5B;
}
</style>
border-color css
<style>
span { border-color: #333C5B; }
span { border-color: rgb(51,60,91); }
td.TdClassName
{
border-color: #333C5B;
}
.TagClassName
{
border-color: #333C5B;
}
</style>