Shades of Gulf Blue #383D57
Tints of Gulf Blue #383D57
RGB
CMYK
RGB Variations
Color information
#383D57 (or 0x383D57) is known color: Gulf Blue. HEX triplet: 38, 3D and 57. RGB value is (56,61,87). Sum of RGB (Red+Green+Blue) = 56+61+87=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #383D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D57 is #C7C2A8. Grayscale: #3E3E3E. Windows color (decimal): -13091497 or 5717304. OLE color: 5717304.
HSL color Cylindrical-coordinate representation of color #383D57: hue angle of 230.32º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383D57 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 61 | 87 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.66 |
| HSL | 230.32º | 0.22% | 0.28% | - |
| HSV(B) | 230.32º | 0.36% | 0.34% | - |
| XYZ | 5.02 | 4.87 | 9.69 | - |
| YUV | 62.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 87 | 0.36 | 0.30 | 0 | 0.66 | 230.32 | 0.22 | 0.28 |
| Hex | 38 | 3D | 57 | 24 | 1E | 0 | 42 | E6 | 16 | 1C |
| Octal | 70 | 75 | 127 | 44 | 36 | 0 | 102 | 346 | 26 | 34 |
| Binary | 111000 | 111101 | 1010111 | 100100 | 11110 | 0 | 1000010 | 11100110 | 10110 | 11100 |
Color Harmonies of #383D57
Complementary color
Monochromatic Colors of #383D57
Black with #383D57
Text Example
Text Example
White with #383D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D57; }
p { color: rgb(56,61,87); }
H1.HeaderClassName
{
color: #383D57;
}
.AnyTagClassName
{
color: #383D57;
}
</style>
background-color css
<style>
a { background-color: #383D57; }
a { background-color: rgb(56,61,87); }
div.DivClassName
{
background-color: #383D57;
}
.BgClassName
{
background-color: #383D57;
}
</style>
border-color css
<style>
span { border-color: #383D57; }
span { border-color: rgb(56,61,87); }
td.TdClassName
{
border-color: #383D57;
}
.TagClassName
{
border-color: #383D57;
}
</style>