Shades of Gulf Blue #333A53
Tints of Gulf Blue #333A53
RGB
CMYK
RGB Variations
Color information
#333A53 (or 0x333A53) is known color: Gulf Blue. HEX triplet: 33, 3A and 53. RGB value is (51,58,83). Sum of RGB (Red+Green+Blue) = 51+58+83=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #333A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A53 is #CCC5AC. Grayscale: #3A3A3A. Windows color (decimal): -13419949 or 5454387. OLE color: 5454387.
HSL color Cylindrical-coordinate representation of color #333A53: hue angle of 226.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333A53 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 58 | 83 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.67 |
| HSL | 226.88º | 0.24% | 0.26% | - |
| HSV(B) | 226.88º | 0.39% | 0.33% | - |
| XYZ | 4.44 | 4.35 | 8.79 | - |
| YUV | 58.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 83 | 0.39 | 0.30 | 0 | 0.67 | 226.88 | 0.24 | 0.26 |
| Hex | 33 | 3A | 53 | 27 | 1E | 0 | 43 | E3 | 18 | 1A |
| Octal | 63 | 72 | 123 | 47 | 36 | 0 | 103 | 343 | 30 | 32 |
| Binary | 110011 | 111010 | 1010011 | 100111 | 11110 | 0 | 1000011 | 11100011 | 11000 | 11010 |
Color Harmonies of #333A53
Complementary color
Monochromatic Colors of #333A53
Black with #333A53
Text Example
Text Example
White with #333A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A53; }
p { color: rgb(51,58,83); }
H1.HeaderClassName
{
color: #333A53;
}
.AnyTagClassName
{
color: #333A53;
}
</style>
background-color css
<style>
a { background-color: #333A53; }
a { background-color: rgb(51,58,83); }
div.DivClassName
{
background-color: #333A53;
}
.BgClassName
{
background-color: #333A53;
}
</style>
border-color css
<style>
span { border-color: #333A53; }
span { border-color: rgb(51,58,83); }
td.TdClassName
{
border-color: #333A53;
}
.TagClassName
{
border-color: #333A53;
}
</style>