Shades of Gulf Blue #38465F
Tints of Gulf Blue #38465F
RGB
CMYK
RGB Variations
Color information
#38465F (or 0x38465F) is known color: Gulf Blue. HEX triplet: 38, 46 and 5F. RGB value is (56,70,95). Sum of RGB (Red+Green+Blue) = 56+70+95=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #38465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465F is #C7B9A0. Grayscale: #444444. Windows color (decimal): -13089185 or 6243896. OLE color: 6243896.
HSL color Cylindrical-coordinate representation of color #38465F: hue angle of 218.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38465F is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 70 | 95 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.63 |
| HSL | 218.46º | 0.26% | 0.3% | - |
| HSV(B) | 218.46º | 0.41% | 0.37% | - |
| XYZ | 5.89 | 6.05 | 11.68 | - |
| YUV | 68.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 95 | 0.41 | 0.26 | 0 | 0.63 | 218.46 | 0.26 | 0.3 |
| Hex | 38 | 46 | 5F | 29 | 1A | 0 | 3F | DA | 1A | 1E |
| Octal | 70 | 106 | 137 | 51 | 32 | 0 | 77 | 332 | 32 | 36 |
| Binary | 111000 | 1000110 | 1011111 | 101001 | 11010 | 0 | 111111 | 11011010 | 11010 | 11110 |
Color Harmonies of #38465F
Complementary color
Monochromatic Colors of #38465F
Black with #38465F
Text Example
Text Example
White with #38465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38465F; }
p { color: rgb(56,70,95); }
H1.HeaderClassName
{
color: #38465F;
}
.AnyTagClassName
{
color: #38465F;
}
</style>
background-color css
<style>
a { background-color: #38465F; }
a { background-color: rgb(56,70,95); }
div.DivClassName
{
background-color: #38465F;
}
.BgClassName
{
background-color: #38465F;
}
</style>
border-color css
<style>
span { border-color: #38465F; }
span { border-color: rgb(56,70,95); }
td.TdClassName
{
border-color: #38465F;
}
.TagClassName
{
border-color: #38465F;
}
</style>