Shades of Gulf Blue #333C5C
Tints of Gulf Blue #333C5C
RGB
CMYK
RGB Variations
Color information
#333C5C (or 0x333C5C) is known color: Gulf Blue. HEX triplet: 33, 3C and 5C. RGB value is (51,60,92). Sum of RGB (Red+Green+Blue) = 51+60+92=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #333C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C5C is #CCC3A3. Grayscale: #3C3C3C. Windows color (decimal): -13419428 or 6044723. OLE color: 6044723.
HSL color Cylindrical-coordinate representation of color #333C5C: hue angle of 226.83º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #333C5C is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 60 | 92 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.64 |
| HSL | 226.83º | 0.29% | 0.28% | - |
| HSV(B) | 226.83º | 0.45% | 0.36% | - |
| XYZ | 4.91 | 4.71 | 10.78 | - |
| YUV | 60.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 92 | 0.45 | 0.35 | 0 | 0.64 | 226.83 | 0.29 | 0.28 |
| Hex | 33 | 3C | 5C | 2D | 23 | 0 | 40 | E3 | 1D | 1C |
| Octal | 63 | 74 | 134 | 55 | 43 | 0 | 100 | 343 | 35 | 34 |
| Binary | 110011 | 111100 | 1011100 | 101101 | 100011 | 0 | 1000000 | 11100011 | 11101 | 11100 |
Color Harmonies of #333C5C
Complementary color
Monochromatic Colors of #333C5C
Black with #333C5C
Text Example
Text Example
White with #333C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C5C; }
p { color: rgb(51,60,92); }
H1.HeaderClassName
{
color: #333C5C;
}
.AnyTagClassName
{
color: #333C5C;
}
</style>
background-color css
<style>
a { background-color: #333C5C; }
a { background-color: rgb(51,60,92); }
div.DivClassName
{
background-color: #333C5C;
}
.BgClassName
{
background-color: #333C5C;
}
</style>
border-color css
<style>
span { border-color: #333C5C; }
span { border-color: rgb(51,60,92); }
td.TdClassName
{
border-color: #333C5C;
}
.TagClassName
{
border-color: #333C5C;
}
</style>