Shades of Gulf Blue #28355E
Tints of Gulf Blue #28355E
RGB
CMYK
RGB Variations
Color information
#28355E (or 0x28355E) is known color: Gulf Blue. HEX triplet: 28, 35 and 5E. RGB value is (40,53,94). Sum of RGB (Red+Green+Blue) = 40+53+94=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #28355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355E is #D7CAA1. Grayscale: #353535. Windows color (decimal): -14142114 or 6173992. OLE color: 6173992.
HSL color Cylindrical-coordinate representation of color #28355E: hue angle of 225.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28355E is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 53 | 94 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.63 |
| HSL | 225.56º | 0.4% | 0.26% | - |
| HSV(B) | 225.56º | 0.57% | 0.37% | - |
| XYZ | 4.17 | 3.81 | 11.1 | - |
| YUV | 53.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 94 | 0.57 | 0.44 | 0 | 0.63 | 225.56 | 0.4 | 0.26 |
| Hex | 28 | 35 | 5E | 39 | 2C | 0 | 3F | E2 | 28 | 1A |
| Octal | 50 | 65 | 136 | 71 | 54 | 0 | 77 | 342 | 50 | 32 |
| Binary | 101000 | 110101 | 1011110 | 111001 | 101100 | 0 | 111111 | 11100010 | 101000 | 11010 |
Color Harmonies of #28355E
Complementary color
Monochromatic Colors of #28355E
Black with #28355E
Text Example
Text Example
White with #28355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28355E; }
p { color: rgb(40,53,94); }
H1.HeaderClassName
{
color: #28355E;
}
.AnyTagClassName
{
color: #28355E;
}
</style>
background-color css
<style>
a { background-color: #28355E; }
a { background-color: rgb(40,53,94); }
div.DivClassName
{
background-color: #28355E;
}
.BgClassName
{
background-color: #28355E;
}
</style>
border-color css
<style>
span { border-color: #28355E; }
span { border-color: rgb(40,53,94); }
td.TdClassName
{
border-color: #28355E;
}
.TagClassName
{
border-color: #28355E;
}
</style>