Shades of Gulf Blue #333C59
Tints of Gulf Blue #333C59
RGB
CMYK
RGB Variations
Color information
#333C59 (or 0x333C59) is known color: Gulf Blue. HEX triplet: 33, 3C and 59. RGB value is (51,60,89). Sum of RGB (Red+Green+Blue) = 51+60+89=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #333C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C59 is #CCC3A6. Grayscale: #3C3C3C. Windows color (decimal): -13419431 or 5848115. OLE color: 5848115.
HSL color Cylindrical-coordinate representation of color #333C59: hue angle of 225.79º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333C59 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 60 | 89 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.65 |
| HSL | 225.79º | 0.27% | 0.27% | - |
| HSV(B) | 225.79º | 0.43% | 0.35% | - |
| XYZ | 4.78 | 4.66 | 10.1 | - |
| YUV | 60.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 89 | 0.43 | 0.33 | 0 | 0.65 | 225.79 | 0.27 | 0.27 |
| Hex | 33 | 3C | 59 | 2B | 21 | 0 | 41 | E2 | 1B | 1B |
| Octal | 63 | 74 | 131 | 53 | 41 | 0 | 101 | 342 | 33 | 33 |
| Binary | 110011 | 111100 | 1011001 | 101011 | 100001 | 0 | 1000001 | 11100010 | 11011 | 11011 |
Color Harmonies of #333C59
Complementary color
Monochromatic Colors of #333C59
Black with #333C59
Text Example
Text Example
White with #333C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C59; }
p { color: rgb(51,60,89); }
H1.HeaderClassName
{
color: #333C59;
}
.AnyTagClassName
{
color: #333C59;
}
</style>
background-color css
<style>
a { background-color: #333C59; }
a { background-color: rgb(51,60,89); }
div.DivClassName
{
background-color: #333C59;
}
.BgClassName
{
background-color: #333C59;
}
</style>
border-color css
<style>
span { border-color: #333C59; }
span { border-color: rgb(51,60,89); }
td.TdClassName
{
border-color: #333C59;
}
.TagClassName
{
border-color: #333C59;
}
</style>