Shades of Gulf Blue #38425E
Tints of Gulf Blue #38425E
RGB
CMYK
RGB Variations
Color information
#38425E (or 0x38425E) is known color: Gulf Blue. HEX triplet: 38, 42 and 5E. RGB value is (56,66,94). Sum of RGB (Red+Green+Blue) = 56+66+94=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #38425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38425E is #C7BDA1. Grayscale: #424242. Windows color (decimal): -13090210 or 6177336. OLE color: 6177336.
HSL color Cylindrical-coordinate representation of color #38425E: hue angle of 224.21º 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 #38425E is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 66 | 94 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.63 |
| HSL | 224.21º | 0.25% | 0.29% | - |
| HSV(B) | 224.21º | 0.4% | 0.37% | - |
| XYZ | 5.6 | 5.55 | 11.36 | - |
| YUV | 66.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 94 | 0.40 | 0.30 | 0 | 0.63 | 224.21 | 0.25 | 0.29 |
| Hex | 38 | 42 | 5E | 28 | 1E | 0 | 3F | E0 | 19 | 1D |
| Octal | 70 | 102 | 136 | 50 | 36 | 0 | 77 | 340 | 31 | 35 |
| Binary | 111000 | 1000010 | 1011110 | 101000 | 11110 | 0 | 111111 | 11100000 | 11001 | 11101 |
Color Harmonies of #38425E
Complementary color
Monochromatic Colors of #38425E
Black with #38425E
Text Example
Text Example
White with #38425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38425E; }
p { color: rgb(56,66,94); }
H1.HeaderClassName
{
color: #38425E;
}
.AnyTagClassName
{
color: #38425E;
}
</style>
background-color css
<style>
a { background-color: #38425E; }
a { background-color: rgb(56,66,94); }
div.DivClassName
{
background-color: #38425E;
}
.BgClassName
{
background-color: #38425E;
}
</style>
border-color css
<style>
span { border-color: #38425E; }
span { border-color: rgb(56,66,94); }
td.TdClassName
{
border-color: #38425E;
}
.TagClassName
{
border-color: #38425E;
}
</style>