Shades of Gulf Blue #38415D
Tints of Gulf Blue #38415D
RGB
CMYK
RGB Variations
Color information
#38415D (or 0x38415D) is known color: Gulf Blue. HEX triplet: 38, 41 and 5D. RGB value is (56,65,93). Sum of RGB (Red+Green+Blue) = 56+65+93=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #38415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415D is #C7BEA2. Grayscale: #414141. Windows color (decimal): -13090467 or 6111544. OLE color: 6111544.
HSL color Cylindrical-coordinate representation of color #38415D: hue angle of 225.41º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38415D is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 65 | 93 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.64 |
| HSL | 225.41º | 0.25% | 0.29% | - |
| HSV(B) | 225.41º | 0.4% | 0.36% | - |
| XYZ | 5.5 | 5.41 | 11.11 | - |
| YUV | 65.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 93 | 0.40 | 0.30 | 0 | 0.64 | 225.41 | 0.25 | 0.29 |
| Hex | 38 | 41 | 5D | 28 | 1E | 0 | 40 | E1 | 19 | 1D |
| Octal | 70 | 101 | 135 | 50 | 36 | 0 | 100 | 341 | 31 | 35 |
| Binary | 111000 | 1000001 | 1011101 | 101000 | 11110 | 0 | 1000000 | 11100001 | 11001 | 11101 |
Color Harmonies of #38415D
Complementary color
Monochromatic Colors of #38415D
Black with #38415D
Text Example
Text Example
White with #38415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38415D; }
p { color: rgb(56,65,93); }
H1.HeaderClassName
{
color: #38415D;
}
.AnyTagClassName
{
color: #38415D;
}
</style>
background-color css
<style>
a { background-color: #38415D; }
a { background-color: rgb(56,65,93); }
div.DivClassName
{
background-color: #38415D;
}
.BgClassName
{
background-color: #38415D;
}
</style>
border-color css
<style>
span { border-color: #38415D; }
span { border-color: rgb(56,65,93); }
td.TdClassName
{
border-color: #38415D;
}
.TagClassName
{
border-color: #38415D;
}
</style>