Shades of Gulf Blue #39405B
Tints of Gulf Blue #39405B
RGB
CMYK
RGB Variations
Color information
#39405B (or 0x39405B) is known color: Gulf Blue. HEX triplet: 39, 40 and 5B. RGB value is (57,64,91). Sum of RGB (Red+Green+Blue) = 57+64+91=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #39405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39405B is #C6BFA4. Grayscale: #404040. Windows color (decimal): -13025189 or 5980217. OLE color: 5980217.
HSL color Cylindrical-coordinate representation of color #39405B: hue angle of 227.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39405B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 64 | 91 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.64 |
| HSL | 227.65º | 0.23% | 0.29% | - |
| HSV(B) | 227.65º | 0.37% | 0.36% | - |
| XYZ | 5.41 | 5.29 | 10.63 | - |
| YUV | 64.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 91 | 0.37 | 0.30 | 0 | 0.64 | 227.65 | 0.23 | 0.29 |
| Hex | 39 | 40 | 5B | 25 | 1E | 0 | 40 | E4 | 17 | 1D |
| Octal | 71 | 100 | 133 | 45 | 36 | 0 | 100 | 344 | 27 | 35 |
| Binary | 111001 | 1000000 | 1011011 | 100101 | 11110 | 0 | 1000000 | 11100100 | 10111 | 11101 |
Color Harmonies of #39405B
Complementary color
Monochromatic Colors of #39405B
Black with #39405B
Text Example
Text Example
White with #39405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39405B; }
p { color: rgb(57,64,91); }
H1.HeaderClassName
{
color: #39405B;
}
.AnyTagClassName
{
color: #39405B;
}
</style>
background-color css
<style>
a { background-color: #39405B; }
a { background-color: rgb(57,64,91); }
div.DivClassName
{
background-color: #39405B;
}
.BgClassName
{
background-color: #39405B;
}
</style>
border-color css
<style>
span { border-color: #39405B; }
span { border-color: rgb(57,64,91); }
td.TdClassName
{
border-color: #39405B;
}
.TagClassName
{
border-color: #39405B;
}
</style>