Shades of Gulf Blue #383E5A
Tints of Gulf Blue #383E5A
RGB
CMYK
RGB Variations
Color information
#383E5A (or 0x383E5A) is known color: Gulf Blue. HEX triplet: 38, 3E and 5A. RGB value is (56,62,90). Sum of RGB (Red+Green+Blue) = 56+62+90=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #383E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E5A is #C7C1A5. Grayscale: #3F3F3F. Windows color (decimal): -13091238 or 5914168. OLE color: 5914168.
HSL color Cylindrical-coordinate representation of color #383E5A: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383E5A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 62 | 90 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.65 |
| HSL | 229.41º | 0.23% | 0.29% | - |
| HSV(B) | 229.41º | 0.38% | 0.35% | - |
| XYZ | 5.2 | 5.02 | 10.37 | - |
| YUV | 63.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 90 | 0.38 | 0.31 | 0 | 0.65 | 229.41 | 0.23 | 0.29 |
| Hex | 38 | 3E | 5A | 26 | 1F | 0 | 41 | E5 | 17 | 1D |
| Octal | 70 | 76 | 132 | 46 | 37 | 0 | 101 | 345 | 27 | 35 |
| Binary | 111000 | 111110 | 1011010 | 100110 | 11111 | 0 | 1000001 | 11100101 | 10111 | 11101 |
Color Harmonies of #383E5A
Complementary color
Monochromatic Colors of #383E5A
Black with #383E5A
Text Example
Text Example
White with #383E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E5A; }
p { color: rgb(56,62,90); }
H1.HeaderClassName
{
color: #383E5A;
}
.AnyTagClassName
{
color: #383E5A;
}
</style>
background-color css
<style>
a { background-color: #383E5A; }
a { background-color: rgb(56,62,90); }
div.DivClassName
{
background-color: #383E5A;
}
.BgClassName
{
background-color: #383E5A;
}
</style>
border-color css
<style>
span { border-color: #383E5A; }
span { border-color: rgb(56,62,90); }
td.TdClassName
{
border-color: #383E5A;
}
.TagClassName
{
border-color: #383E5A;
}
</style>