Shades of Gulf Blue #333853
Tints of Gulf Blue #333853
RGB
CMYK
RGB Variations
Color information
#333853 (or 0x333853) is known color: Gulf Blue. HEX triplet: 33, 38 and 53. RGB value is (51,56,83). Sum of RGB (Red+Green+Blue) = 51+56+83=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #333853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333853 is #CCC7AC. Grayscale: #393939. Windows color (decimal): -13420461 or 5453875. OLE color: 5453875.
HSL color Cylindrical-coordinate representation of color #333853: hue angle of 230.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333853 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 56 | 83 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.67 |
| HSL | 230.63º | 0.24% | 0.26% | - |
| HSV(B) | 230.63º | 0.39% | 0.33% | - |
| XYZ | 4.34 | 4.16 | 8.76 | - |
| YUV | 57.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 83 | 0.39 | 0.33 | 0 | 0.67 | 230.63 | 0.24 | 0.26 |
| Hex | 33 | 38 | 53 | 27 | 21 | 0 | 43 | E7 | 18 | 1A |
| Octal | 63 | 70 | 123 | 47 | 41 | 0 | 103 | 347 | 30 | 32 |
| Binary | 110011 | 111000 | 1010011 | 100111 | 100001 | 0 | 1000011 | 11100111 | 11000 | 11010 |
Color Harmonies of #333853
Complementary color
Monochromatic Colors of #333853
Black with #333853
Text Example
Text Example
White with #333853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333853; }
p { color: rgb(51,56,83); }
H1.HeaderClassName
{
color: #333853;
}
.AnyTagClassName
{
color: #333853;
}
</style>
background-color css
<style>
a { background-color: #333853; }
a { background-color: rgb(51,56,83); }
div.DivClassName
{
background-color: #333853;
}
.BgClassName
{
background-color: #333853;
}
</style>
border-color css
<style>
span { border-color: #333853; }
span { border-color: rgb(51,56,83); }
td.TdClassName
{
border-color: #333853;
}
.TagClassName
{
border-color: #333853;
}
</style>