Shades of Gulf Blue #333C55
Tints of Gulf Blue #333C55
RGB
CMYK
RGB Variations
Color information
#333C55 (or 0x333C55) is known color: Gulf Blue. HEX triplet: 33, 3C and 55. RGB value is (51,60,85). Sum of RGB (Red+Green+Blue) = 51+60+85=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #333C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C55 is #CCC3AA. Grayscale: #3C3C3C. Windows color (decimal): -13419435 or 5585971. OLE color: 5585971.
HSL color Cylindrical-coordinate representation of color #333C55: hue angle of 224.12º 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 #333C55 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 60 | 85 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.67 |
| HSL | 224.12º | 0.25% | 0.27% | - |
| HSV(B) | 224.12º | 0.4% | 0.33% | - |
| XYZ | 4.62 | 4.59 | 9.24 | - |
| YUV | 60.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 85 | 0.40 | 0.29 | 0 | 0.67 | 224.12 | 0.25 | 0.27 |
| Hex | 33 | 3C | 55 | 28 | 1D | 0 | 43 | E0 | 19 | 1B |
| Octal | 63 | 74 | 125 | 50 | 35 | 0 | 103 | 340 | 31 | 33 |
| Binary | 110011 | 111100 | 1010101 | 101000 | 11101 | 0 | 1000011 | 11100000 | 11001 | 11011 |
Color Harmonies of #333C55
Complementary color
Monochromatic Colors of #333C55
Black with #333C55
Text Example
Text Example
White with #333C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C55; }
p { color: rgb(51,60,85); }
H1.HeaderClassName
{
color: #333C55;
}
.AnyTagClassName
{
color: #333C55;
}
</style>
background-color css
<style>
a { background-color: #333C55; }
a { background-color: rgb(51,60,85); }
div.DivClassName
{
background-color: #333C55;
}
.BgClassName
{
background-color: #333C55;
}
</style>
border-color css
<style>
span { border-color: #333C55; }
span { border-color: rgb(51,60,85); }
td.TdClassName
{
border-color: #333C55;
}
.TagClassName
{
border-color: #333C55;
}
</style>