Shades of Gulf Blue #28365F
Tints of Gulf Blue #28365F
RGB
CMYK
RGB Variations
Color information
#28365F (or 0x28365F) is known color: Gulf Blue. HEX triplet: 28, 36 and 5F. RGB value is (40,54,95). Sum of RGB (Red+Green+Blue) = 40+54+95=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #28365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365F is #D7C9A0. Grayscale: #363636. Windows color (decimal): -14141857 or 6239784. OLE color: 6239784.
HSL color Cylindrical-coordinate representation of color #28365F: hue angle of 224.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28365F is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 54 | 95 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.63 |
| HSL | 224.73º | 0.41% | 0.26% | - |
| HSV(B) | 224.73º | 0.58% | 0.37% | - |
| XYZ | 4.26 | 3.92 | 11.36 | - |
| YUV | 54.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 95 | 0.58 | 0.43 | 0 | 0.63 | 224.73 | 0.41 | 0.26 |
| Hex | 28 | 36 | 5F | 3A | 2B | 0 | 3F | E1 | 29 | 1A |
| Octal | 50 | 66 | 137 | 72 | 53 | 0 | 77 | 341 | 51 | 32 |
| Binary | 101000 | 110110 | 1011111 | 111010 | 101011 | 0 | 111111 | 11100001 | 101001 | 11010 |
Color Harmonies of #28365F
Complementary color
Monochromatic Colors of #28365F
Black with #28365F
Text Example
Text Example
White with #28365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28365F; }
p { color: rgb(40,54,95); }
H1.HeaderClassName
{
color: #28365F;
}
.AnyTagClassName
{
color: #28365F;
}
</style>
background-color css
<style>
a { background-color: #28365F; }
a { background-color: rgb(40,54,95); }
div.DivClassName
{
background-color: #28365F;
}
.BgClassName
{
background-color: #28365F;
}
</style>
border-color css
<style>
span { border-color: #28365F; }
span { border-color: rgb(40,54,95); }
td.TdClassName
{
border-color: #28365F;
}
.TagClassName
{
border-color: #28365F;
}
</style>