Shades of Gulf Blue #383E58
Tints of Gulf Blue #383E58
RGB
CMYK
RGB Variations
Color information
#383E58 (or 0x383E58) is known color: Gulf Blue. HEX triplet: 38, 3E and 58. RGB value is (56,62,88). Sum of RGB (Red+Green+Blue) = 56+62+88=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #383E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E58 is #C7C1A7. Grayscale: #3F3F3F. Windows color (decimal): -13091240 or 5783096. OLE color: 5783096.
HSL color Cylindrical-coordinate representation of color #383E58: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383E58 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 62 | 88 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.65 |
| HSL | 228.75º | 0.22% | 0.28% | - |
| HSV(B) | 228.75º | 0.36% | 0.35% | - |
| XYZ | 5.11 | 4.99 | 9.93 | - |
| YUV | 63.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 88 | 0.36 | 0.30 | 0 | 0.65 | 228.75 | 0.22 | 0.28 |
| Hex | 38 | 3E | 58 | 24 | 1E | 0 | 41 | E5 | 16 | 1C |
| Octal | 70 | 76 | 130 | 44 | 36 | 0 | 101 | 345 | 26 | 34 |
| Binary | 111000 | 111110 | 1011000 | 100100 | 11110 | 0 | 1000001 | 11100101 | 10110 | 11100 |
Color Harmonies of #383E58
Complementary color
Monochromatic Colors of #383E58
Black with #383E58
Text Example
Text Example
White with #383E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E58; }
p { color: rgb(56,62,88); }
H1.HeaderClassName
{
color: #383E58;
}
.AnyTagClassName
{
color: #383E58;
}
</style>
background-color css
<style>
a { background-color: #383E58; }
a { background-color: rgb(56,62,88); }
div.DivClassName
{
background-color: #383E58;
}
.BgClassName
{
background-color: #383E58;
}
</style>
border-color css
<style>
span { border-color: #383E58; }
span { border-color: rgb(56,62,88); }
td.TdClassName
{
border-color: #383E58;
}
.TagClassName
{
border-color: #383E58;
}
</style>