Shades of Gulf Blue #383D56
Tints of Gulf Blue #383D56
RGB
CMYK
RGB Variations
Color information
#383D56 (or 0x383D56) is known color: Gulf Blue. HEX triplet: 38, 3D and 56. RGB value is (56,61,86). Sum of RGB (Red+Green+Blue) = 56+61+86=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #383D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D56 is #C7C2A9. Grayscale: #3E3E3E. Windows color (decimal): -13091498 or 5651768. OLE color: 5651768.
HSL color Cylindrical-coordinate representation of color #383D56: hue angle of 230º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383D56 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 61 | 86 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.66 |
| HSL | 230º | 0.21% | 0.28% | - |
| HSV(B) | 230º | 0.35% | 0.34% | - |
| XYZ | 4.98 | 4.85 | 9.48 | - |
| YUV | 62.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 86 | 0.35 | 0.29 | 0 | 0.66 | 230 | 0.21 | 0.28 |
| Hex | 38 | 3D | 56 | 23 | 1D | 0 | 42 | E6 | 15 | 1C |
| Octal | 70 | 75 | 126 | 43 | 35 | 0 | 102 | 346 | 25 | 34 |
| Binary | 111000 | 111101 | 1010110 | 100011 | 11101 | 0 | 1000010 | 11100110 | 10101 | 11100 |
Color Harmonies of #383D56
Complementary color
Monochromatic Colors of #383D56
Black with #383D56
Text Example
Text Example
White with #383D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D56; }
p { color: rgb(56,61,86); }
H1.HeaderClassName
{
color: #383D56;
}
.AnyTagClassName
{
color: #383D56;
}
</style>
background-color css
<style>
a { background-color: #383D56; }
a { background-color: rgb(56,61,86); }
div.DivClassName
{
background-color: #383D56;
}
.BgClassName
{
background-color: #383D56;
}
</style>
border-color css
<style>
span { border-color: #383D56; }
span { border-color: rgb(56,61,86); }
td.TdClassName
{
border-color: #383D56;
}
.TagClassName
{
border-color: #383D56;
}
</style>