Shades of Gulf Blue #333C56
Tints of Gulf Blue #333C56
RGB
CMYK
RGB Variations
Color information
#333C56 (or 0x333C56) is known color: Gulf Blue. HEX triplet: 33, 3C and 56. RGB value is (51,60,86). Sum of RGB (Red+Green+Blue) = 51+60+86=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #333C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C56 is #CCC3A9. Grayscale: #3C3C3C. Windows color (decimal): -13419434 or 5651507. OLE color: 5651507.
HSL color Cylindrical-coordinate representation of color #333C56: hue angle of 224.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #333C56 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 60 | 86 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.66 |
| HSL | 224.57º | 0.26% | 0.27% | - |
| HSV(B) | 224.57º | 0.41% | 0.34% | - |
| XYZ | 4.66 | 4.61 | 9.45 | - |
| YUV | 60.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 86 | 0.41 | 0.30 | 0 | 0.66 | 224.57 | 0.26 | 0.27 |
| Hex | 33 | 3C | 56 | 29 | 1E | 0 | 42 | E1 | 1A | 1B |
| Octal | 63 | 74 | 126 | 51 | 36 | 0 | 102 | 341 | 32 | 33 |
| Binary | 110011 | 111100 | 1010110 | 101001 | 11110 | 0 | 1000010 | 11100001 | 11010 | 11011 |
Color Harmonies of #333C56
Complementary color
Monochromatic Colors of #333C56
Black with #333C56
Text Example
Text Example
White with #333C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C56; }
p { color: rgb(51,60,86); }
H1.HeaderClassName
{
color: #333C56;
}
.AnyTagClassName
{
color: #333C56;
}
</style>
background-color css
<style>
a { background-color: #333C56; }
a { background-color: rgb(51,60,86); }
div.DivClassName
{
background-color: #333C56;
}
.BgClassName
{
background-color: #333C56;
}
</style>
border-color css
<style>
span { border-color: #333C56; }
span { border-color: rgb(51,60,86); }
td.TdClassName
{
border-color: #333C56;
}
.TagClassName
{
border-color: #333C56;
}
</style>