Shades of Gulf Blue #38425D
Tints of Gulf Blue #38425D
RGB
CMYK
RGB Variations
Color information
#38425D (or 0x38425D) is known color: Gulf Blue. HEX triplet: 38, 42 and 5D. RGB value is (56,66,93). Sum of RGB (Red+Green+Blue) = 56+66+93=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #38425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38425D is #C7BDA2. Grayscale: #414141. Windows color (decimal): -13090211 or 6111800. OLE color: 6111800.
HSL color Cylindrical-coordinate representation of color #38425D: hue angle of 223.78º 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 #38425D is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 66 | 93 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.64 |
| HSL | 223.78º | 0.25% | 0.29% | - |
| HSV(B) | 223.78º | 0.4% | 0.36% | - |
| XYZ | 5.55 | 5.53 | 11.13 | - |
| YUV | 66.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 93 | 0.40 | 0.29 | 0 | 0.64 | 223.78 | 0.25 | 0.29 |
| Hex | 38 | 42 | 5D | 28 | 1D | 0 | 40 | E0 | 19 | 1D |
| Octal | 70 | 102 | 135 | 50 | 35 | 0 | 100 | 340 | 31 | 35 |
| Binary | 111000 | 1000010 | 1011101 | 101000 | 11101 | 0 | 1000000 | 11100000 | 11001 | 11101 |
Color Harmonies of #38425D
Complementary color
Monochromatic Colors of #38425D
Black with #38425D
Text Example
Text Example
White with #38425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38425D; }
p { color: rgb(56,66,93); }
H1.HeaderClassName
{
color: #38425D;
}
.AnyTagClassName
{
color: #38425D;
}
</style>
background-color css
<style>
a { background-color: #38425D; }
a { background-color: rgb(56,66,93); }
div.DivClassName
{
background-color: #38425D;
}
.BgClassName
{
background-color: #38425D;
}
</style>
border-color css
<style>
span { border-color: #38425D; }
span { border-color: rgb(56,66,93); }
td.TdClassName
{
border-color: #38425D;
}
.TagClassName
{
border-color: #38425D;
}
</style>