Shades of Gulf Blue #333855
Tints of Gulf Blue #333855
RGB
CMYK
RGB Variations
Color information
#333855 (or 0x333855) is known color: Gulf Blue. HEX triplet: 33, 38 and 55. RGB value is (51,56,85). Sum of RGB (Red+Green+Blue) = 51+56+85=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #333855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333855 is #CCC7AA. Grayscale: #393939. Windows color (decimal): -13420459 or 5584947. OLE color: 5584947.
HSL color Cylindrical-coordinate representation of color #333855: hue angle of 231.18º 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 #333855 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 56 | 85 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.67 |
| HSL | 231.18º | 0.25% | 0.27% | - |
| HSV(B) | 231.18º | 0.4% | 0.33% | - |
| XYZ | 4.42 | 4.19 | 9.17 | - |
| YUV | 57.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 85 | 0.40 | 0.34 | 0 | 0.67 | 231.18 | 0.25 | 0.27 |
| Hex | 33 | 38 | 55 | 28 | 22 | 0 | 43 | E7 | 19 | 1B |
| Octal | 63 | 70 | 125 | 50 | 42 | 0 | 103 | 347 | 31 | 33 |
| Binary | 110011 | 111000 | 1010101 | 101000 | 100010 | 0 | 1000011 | 11100111 | 11001 | 11011 |
Color Harmonies of #333855
Complementary color
Monochromatic Colors of #333855
Black with #333855
Text Example
Text Example
White with #333855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333855; }
p { color: rgb(51,56,85); }
H1.HeaderClassName
{
color: #333855;
}
.AnyTagClassName
{
color: #333855;
}
</style>
background-color css
<style>
a { background-color: #333855; }
a { background-color: rgb(51,56,85); }
div.DivClassName
{
background-color: #333855;
}
.BgClassName
{
background-color: #333855;
}
</style>
border-color css
<style>
span { border-color: #333855; }
span { border-color: rgb(51,56,85); }
td.TdClassName
{
border-color: #333855;
}
.TagClassName
{
border-color: #333855;
}
</style>