Shades of Gulf Blue #384761
Tints of Gulf Blue #384761
RGB
CMYK
RGB Variations
Color information
#384761 (or 0x384761) is known color: Gulf Blue. HEX triplet: 38, 47 and 61. RGB value is (56,71,97). Sum of RGB (Red+Green+Blue) = 56+71+97=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #384761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384761 is #C7B89E. Grayscale: #454545. Windows color (decimal): -13088927 or 6375224. OLE color: 6375224.
HSL color Cylindrical-coordinate representation of color #384761: hue angle of 218.05º degrees, saturation: 0.27, 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 #384761 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 71 | 97 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.62 |
| HSL | 218.05º | 0.27% | 0.3% | - |
| HSV(B) | 218.05º | 0.42% | 0.38% | - |
| XYZ | 6.04 | 6.21 | 12.19 | - |
| YUV | 69.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 97 | 0.42 | 0.27 | 0 | 0.62 | 218.05 | 0.27 | 0.3 |
| Hex | 38 | 47 | 61 | 2A | 1B | 0 | 3E | DA | 1B | 1E |
| Octal | 70 | 107 | 141 | 52 | 33 | 0 | 76 | 332 | 33 | 36 |
| Binary | 111000 | 1000111 | 1100001 | 101010 | 11011 | 0 | 111110 | 11011010 | 11011 | 11110 |
Color Harmonies of #384761
Complementary color
Monochromatic Colors of #384761
Black with #384761
Text Example
Text Example
White with #384761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384761; }
p { color: rgb(56,71,97); }
H1.HeaderClassName
{
color: #384761;
}
.AnyTagClassName
{
color: #384761;
}
</style>
background-color css
<style>
a { background-color: #384761; }
a { background-color: rgb(56,71,97); }
div.DivClassName
{
background-color: #384761;
}
.BgClassName
{
background-color: #384761;
}
</style>
border-color css
<style>
span { border-color: #384761; }
span { border-color: rgb(56,71,97); }
td.TdClassName
{
border-color: #384761;
}
.TagClassName
{
border-color: #384761;
}
</style>