Shades of Gulf Blue #38455E
Tints of Gulf Blue #38455E
RGB
CMYK
RGB Variations
Color information
#38455E (or 0x38455E) is known color: Gulf Blue. HEX triplet: 38, 45 and 5E. RGB value is (56,69,94). Sum of RGB (Red+Green+Blue) = 56+69+94=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #38455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455E is #C7BAA1. Grayscale: #434343. Windows color (decimal): -13089442 or 6178104. OLE color: 6178104.
HSL color Cylindrical-coordinate representation of color #38455E: hue angle of 219.47º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38455E is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 69 | 94 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.63 |
| HSL | 219.47º | 0.25% | 0.29% | - |
| HSV(B) | 219.47º | 0.4% | 0.37% | - |
| XYZ | 5.78 | 5.91 | 11.42 | - |
| YUV | 67.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 94 | 0.40 | 0.27 | 0 | 0.63 | 219.47 | 0.25 | 0.29 |
| Hex | 38 | 45 | 5E | 28 | 1B | 0 | 3F | DB | 19 | 1D |
| Octal | 70 | 105 | 136 | 50 | 33 | 0 | 77 | 333 | 31 | 35 |
| Binary | 111000 | 1000101 | 1011110 | 101000 | 11011 | 0 | 111111 | 11011011 | 11001 | 11101 |
Color Harmonies of #38455E
Complementary color
Monochromatic Colors of #38455E
Black with #38455E
Text Example
Text Example
White with #38455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38455E; }
p { color: rgb(56,69,94); }
H1.HeaderClassName
{
color: #38455E;
}
.AnyTagClassName
{
color: #38455E;
}
</style>
background-color css
<style>
a { background-color: #38455E; }
a { background-color: rgb(56,69,94); }
div.DivClassName
{
background-color: #38455E;
}
.BgClassName
{
background-color: #38455E;
}
</style>
border-color css
<style>
span { border-color: #38455E; }
span { border-color: rgb(56,69,94); }
td.TdClassName
{
border-color: #38455E;
}
.TagClassName
{
border-color: #38455E;
}
</style>