Shades of Gulf Blue #384360
Tints of Gulf Blue #384360
RGB
CMYK
RGB Variations
Color information
#384360 (or 0x384360) is known color: Gulf Blue. HEX triplet: 38, 43 and 60. RGB value is (56,67,96). Sum of RGB (Red+Green+Blue) = 56+67+96=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #384360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384360 is #C7BC9F. Grayscale: #424242. Windows color (decimal): -13089952 or 6308664. OLE color: 6308664.
HSL color Cylindrical-coordinate representation of color #384360: hue angle of 223.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384360 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 67 | 96 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.62 |
| HSL | 223.5º | 0.26% | 0.3% | - |
| HSV(B) | 223.5º | 0.42% | 0.38% | - |
| XYZ | 5.75 | 5.7 | 11.86 | - |
| YUV | 67.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 96 | 0.42 | 0.30 | 0 | 0.62 | 223.5 | 0.26 | 0.3 |
| Hex | 38 | 43 | 60 | 2A | 1E | 0 | 3E | E0 | 1A | 1E |
| Octal | 70 | 103 | 140 | 52 | 36 | 0 | 76 | 340 | 32 | 36 |
| Binary | 111000 | 1000011 | 1100000 | 101010 | 11110 | 0 | 111110 | 11100000 | 11010 | 11110 |
Color Harmonies of #384360
Complementary color
Monochromatic Colors of #384360
Black with #384360
Text Example
Text Example
White with #384360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384360; }
p { color: rgb(56,67,96); }
H1.HeaderClassName
{
color: #384360;
}
.AnyTagClassName
{
color: #384360;
}
</style>
background-color css
<style>
a { background-color: #384360; }
a { background-color: rgb(56,67,96); }
div.DivClassName
{
background-color: #384360;
}
.BgClassName
{
background-color: #384360;
}
</style>
border-color css
<style>
span { border-color: #384360; }
span { border-color: rgb(56,67,96); }
td.TdClassName
{
border-color: #384360;
}
.TagClassName
{
border-color: #384360;
}
</style>