Shades of Gulf Blue #28345E
Tints of Gulf Blue #28345E
RGB
CMYK
RGB Variations
Color information
#28345E (or 0x28345E) is known color: Gulf Blue. HEX triplet: 28, 34 and 5E. RGB value is (40,52,94). Sum of RGB (Red+Green+Blue) = 40+52+94=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #28345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345E is #D7CBA1. Grayscale: #353535. Windows color (decimal): -14142370 or 6173736. OLE color: 6173736.
HSL color Cylindrical-coordinate representation of color #28345E: hue angle of 226.67º 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 #28345E is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 52 | 94 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.63 |
| HSL | 226.67º | 0.4% | 0.26% | - |
| HSV(B) | 226.67º | 0.57% | 0.37% | - |
| XYZ | 4.12 | 3.72 | 11.09 | - |
| YUV | 53.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 94 | 0.57 | 0.45 | 0 | 0.63 | 226.67 | 0.4 | 0.26 |
| Hex | 28 | 34 | 5E | 39 | 2D | 0 | 3F | E3 | 28 | 1A |
| Octal | 50 | 64 | 136 | 71 | 55 | 0 | 77 | 343 | 50 | 32 |
| Binary | 101000 | 110100 | 1011110 | 111001 | 101101 | 0 | 111111 | 11100011 | 101000 | 11010 |
Color Harmonies of #28345E
Complementary color
Monochromatic Colors of #28345E
Black with #28345E
Text Example
Text Example
White with #28345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28345E; }
p { color: rgb(40,52,94); }
H1.HeaderClassName
{
color: #28345E;
}
.AnyTagClassName
{
color: #28345E;
}
</style>
background-color css
<style>
a { background-color: #28345E; }
a { background-color: rgb(40,52,94); }
div.DivClassName
{
background-color: #28345E;
}
.BgClassName
{
background-color: #28345E;
}
</style>
border-color css
<style>
span { border-color: #28345E; }
span { border-color: rgb(40,52,94); }
td.TdClassName
{
border-color: #28345E;
}
.TagClassName
{
border-color: #28345E;
}
</style>