Shades of Gulf Blue #38445F
Tints of Gulf Blue #38445F
RGB
CMYK
RGB Variations
Color information
#38445F (or 0x38445F) is known color: Gulf Blue. HEX triplet: 38, 44 and 5F. RGB value is (56,68,95). Sum of RGB (Red+Green+Blue) = 56+68+95=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #38445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38445F is #C7BBA0. Grayscale: #434343. Windows color (decimal): -13089697 or 6243384. OLE color: 6243384.
HSL color Cylindrical-coordinate representation of color #38445F: hue angle of 221.54º 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 #38445F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 68 | 95 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.63 |
| HSL | 221.54º | 0.26% | 0.3% | - |
| HSV(B) | 221.54º | 0.41% | 0.37% | - |
| XYZ | 5.76 | 5.8 | 11.64 | - |
| YUV | 67.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 95 | 0.41 | 0.28 | 0 | 0.63 | 221.54 | 0.26 | 0.3 |
| Hex | 38 | 44 | 5F | 29 | 1C | 0 | 3F | DE | 1A | 1E |
| Octal | 70 | 104 | 137 | 51 | 34 | 0 | 77 | 336 | 32 | 36 |
| Binary | 111000 | 1000100 | 1011111 | 101001 | 11100 | 0 | 111111 | 11011110 | 11010 | 11110 |
Color Harmonies of #38445F
Complementary color
Monochromatic Colors of #38445F
Black with #38445F
Text Example
Text Example
White with #38445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38445F; }
p { color: rgb(56,68,95); }
H1.HeaderClassName
{
color: #38445F;
}
.AnyTagClassName
{
color: #38445F;
}
</style>
background-color css
<style>
a { background-color: #38445F; }
a { background-color: rgb(56,68,95); }
div.DivClassName
{
background-color: #38445F;
}
.BgClassName
{
background-color: #38445F;
}
</style>
border-color css
<style>
span { border-color: #38445F; }
span { border-color: rgb(56,68,95); }
td.TdClassName
{
border-color: #38445F;
}
.TagClassName
{
border-color: #38445F;
}
</style>