Shades of Gulf Blue #28355D
Tints of Gulf Blue #28355D
RGB
CMYK
RGB Variations
Color information
#28355D (or 0x28355D) is known color: Gulf Blue. HEX triplet: 28, 35 and 5D. RGB value is (40,53,93). Sum of RGB (Red+Green+Blue) = 40+53+93=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #28355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355D is #D7CAA2. Grayscale: #353535. Windows color (decimal): -14142115 or 6108456. OLE color: 6108456.
HSL color Cylindrical-coordinate representation of color #28355D: hue angle of 225.28º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28355D is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 53 | 93 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.64 |
| HSL | 225.28º | 0.4% | 0.26% | - |
| HSV(B) | 225.28º | 0.57% | 0.36% | - |
| XYZ | 4.12 | 3.79 | 10.87 | - |
| YUV | 53.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 93 | 0.57 | 0.43 | 0 | 0.64 | 225.28 | 0.4 | 0.26 |
| Hex | 28 | 35 | 5D | 39 | 2B | 0 | 40 | E1 | 28 | 1A |
| Octal | 50 | 65 | 135 | 71 | 53 | 0 | 100 | 341 | 50 | 32 |
| Binary | 101000 | 110101 | 1011101 | 111001 | 101011 | 0 | 1000000 | 11100001 | 101000 | 11010 |
Color Harmonies of #28355D
Complementary color
Monochromatic Colors of #28355D
Black with #28355D
Text Example
Text Example
White with #28355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28355D; }
p { color: rgb(40,53,93); }
H1.HeaderClassName
{
color: #28355D;
}
.AnyTagClassName
{
color: #28355D;
}
</style>
background-color css
<style>
a { background-color: #28355D; }
a { background-color: rgb(40,53,93); }
div.DivClassName
{
background-color: #28355D;
}
.BgClassName
{
background-color: #28355D;
}
</style>
border-color css
<style>
span { border-color: #28355D; }
span { border-color: rgb(40,53,93); }
td.TdClassName
{
border-color: #28355D;
}
.TagClassName
{
border-color: #28355D;
}
</style>