Shades of Gulf Blue #39405A
Tints of Gulf Blue #39405A
RGB
CMYK
RGB Variations
Color information
#39405A (or 0x39405A) is known color: Gulf Blue. HEX triplet: 39, 40 and 5A. RGB value is (57,64,90). Sum of RGB (Red+Green+Blue) = 57+64+90=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #39405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39405A is #C6BFA5. Grayscale: #404040. Windows color (decimal): -13025190 or 5914681. OLE color: 5914681.
HSL color Cylindrical-coordinate representation of color #39405A: hue angle of 227.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39405A is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 64 | 90 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.65 |
| HSL | 227.27º | 0.22% | 0.29% | - |
| HSV(B) | 227.27º | 0.37% | 0.35% | - |
| XYZ | 5.37 | 5.27 | 10.41 | - |
| YUV | 64.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 90 | 0.37 | 0.29 | 0 | 0.65 | 227.27 | 0.22 | 0.29 |
| Hex | 39 | 40 | 5A | 25 | 1D | 0 | 41 | E3 | 16 | 1D |
| Octal | 71 | 100 | 132 | 45 | 35 | 0 | 101 | 343 | 26 | 35 |
| Binary | 111001 | 1000000 | 1011010 | 100101 | 11101 | 0 | 1000001 | 11100011 | 10110 | 11101 |
Color Harmonies of #39405A
Complementary color
Monochromatic Colors of #39405A
Black with #39405A
Text Example
Text Example
White with #39405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39405A; }
p { color: rgb(57,64,90); }
H1.HeaderClassName
{
color: #39405A;
}
.AnyTagClassName
{
color: #39405A;
}
</style>
background-color css
<style>
a { background-color: #39405A; }
a { background-color: rgb(57,64,90); }
div.DivClassName
{
background-color: #39405A;
}
.BgClassName
{
background-color: #39405A;
}
</style>
border-color css
<style>
span { border-color: #39405A; }
span { border-color: rgb(57,64,90); }
td.TdClassName
{
border-color: #39405A;
}
.TagClassName
{
border-color: #39405A;
}
</style>