Shades of Gulf Blue #333A55
Tints of Gulf Blue #333A55
RGB
CMYK
RGB Variations
Color information
#333A55 (or 0x333A55) is known color: Gulf Blue. HEX triplet: 33, 3A and 55. RGB value is (51,58,85). Sum of RGB (Red+Green+Blue) = 51+58+85=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #333A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A55 is #CCC5AA. Grayscale: #3A3A3A. Windows color (decimal): -13419947 or 5585459. OLE color: 5585459.
HSL color Cylindrical-coordinate representation of color #333A55: hue angle of 227.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333A55 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 58 | 85 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.67 |
| HSL | 227.65º | 0.25% | 0.27% | - |
| HSV(B) | 227.65º | 0.4% | 0.33% | - |
| XYZ | 4.52 | 4.39 | 9.2 | - |
| YUV | 58.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 85 | 0.40 | 0.32 | 0 | 0.67 | 227.65 | 0.25 | 0.27 |
| Hex | 33 | 3A | 55 | 28 | 20 | 0 | 43 | E4 | 19 | 1B |
| Octal | 63 | 72 | 125 | 50 | 40 | 0 | 103 | 344 | 31 | 33 |
| Binary | 110011 | 111010 | 1010101 | 101000 | 100000 | 0 | 1000011 | 11100100 | 11001 | 11011 |
Color Harmonies of #333A55
Complementary color
Monochromatic Colors of #333A55
Black with #333A55
Text Example
Text Example
White with #333A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A55; }
p { color: rgb(51,58,85); }
H1.HeaderClassName
{
color: #333A55;
}
.AnyTagClassName
{
color: #333A55;
}
</style>
background-color css
<style>
a { background-color: #333A55; }
a { background-color: rgb(51,58,85); }
div.DivClassName
{
background-color: #333A55;
}
.BgClassName
{
background-color: #333A55;
}
</style>
border-color css
<style>
span { border-color: #333A55; }
span { border-color: rgb(51,58,85); }
td.TdClassName
{
border-color: #333A55;
}
.TagClassName
{
border-color: #333A55;
}
</style>