Shades of Gulf Blue #333F5A
Tints of Gulf Blue #333F5A
RGB
CMYK
RGB Variations
Color information
#333F5A (or 0x333F5A) is known color: Gulf Blue. HEX triplet: 33, 3F and 5A. RGB value is (51,63,90). Sum of RGB (Red+Green+Blue) = 51+63+90=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #333F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F5A is #CCC0A5. Grayscale: #3E3E3E. Windows color (decimal): -13418662 or 5914419. OLE color: 5914419.
HSL color Cylindrical-coordinate representation of color #333F5A: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333F5A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 63 | 90 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.65 |
| HSL | 221.54º | 0.28% | 0.28% | - |
| HSV(B) | 221.54º | 0.43% | 0.35% | - |
| XYZ | 4.99 | 5 | 10.37 | - |
| YUV | 62.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 90 | 0.43 | 0.30 | 0 | 0.65 | 221.54 | 0.28 | 0.28 |
| Hex | 33 | 3F | 5A | 2B | 1E | 0 | 41 | DE | 1C | 1C |
| Octal | 63 | 77 | 132 | 53 | 36 | 0 | 101 | 336 | 34 | 34 |
| Binary | 110011 | 111111 | 1011010 | 101011 | 11110 | 0 | 1000001 | 11011110 | 11100 | 11100 |
Color Harmonies of #333F5A
Complementary color
Monochromatic Colors of #333F5A
Black with #333F5A
Text Example
Text Example
White with #333F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F5A; }
p { color: rgb(51,63,90); }
H1.HeaderClassName
{
color: #333F5A;
}
.AnyTagClassName
{
color: #333F5A;
}
</style>
background-color css
<style>
a { background-color: #333F5A; }
a { background-color: rgb(51,63,90); }
div.DivClassName
{
background-color: #333F5A;
}
.BgClassName
{
background-color: #333F5A;
}
</style>
border-color css
<style>
span { border-color: #333F5A; }
span { border-color: rgb(51,63,90); }
td.TdClassName
{
border-color: #333F5A;
}
.TagClassName
{
border-color: #333F5A;
}
</style>