Shades of Gulf Blue #39405C
Tints of Gulf Blue #39405C
RGB
CMYK
RGB Variations
Color information
#39405C (or 0x39405C) is known color: Gulf Blue. HEX triplet: 39, 40 and 5C. RGB value is (57,64,92). Sum of RGB (Red+Green+Blue) = 57+64+92=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #39405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39405C is #C6BFA3. Grayscale: #404040. Windows color (decimal): -13025188 or 6045753. OLE color: 6045753.
HSL color Cylindrical-coordinate representation of color #39405C: hue angle of 228º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39405C is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 64 | 92 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.64 |
| HSL | 228º | 0.23% | 0.29% | - |
| HSV(B) | 228º | 0.38% | 0.36% | - |
| XYZ | 5.45 | 5.31 | 10.86 | - |
| YUV | 65.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 92 | 0.38 | 0.30 | 0 | 0.64 | 228 | 0.23 | 0.29 |
| Hex | 39 | 40 | 5C | 26 | 1E | 0 | 40 | E4 | 17 | 1D |
| Octal | 71 | 100 | 134 | 46 | 36 | 0 | 100 | 344 | 27 | 35 |
| Binary | 111001 | 1000000 | 1011100 | 100110 | 11110 | 0 | 1000000 | 11100100 | 10111 | 11101 |
Color Harmonies of #39405C
Complementary color
Monochromatic Colors of #39405C
Black with #39405C
Text Example
Text Example
White with #39405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39405C; }
p { color: rgb(57,64,92); }
H1.HeaderClassName
{
color: #39405C;
}
.AnyTagClassName
{
color: #39405C;
}
</style>
background-color css
<style>
a { background-color: #39405C; }
a { background-color: rgb(57,64,92); }
div.DivClassName
{
background-color: #39405C;
}
.BgClassName
{
background-color: #39405C;
}
</style>
border-color css
<style>
span { border-color: #39405C; }
span { border-color: rgb(57,64,92); }
td.TdClassName
{
border-color: #39405C;
}
.TagClassName
{
border-color: #39405C;
}
</style>