Shades of Gulf Blue #39415C
Tints of Gulf Blue #39415C
RGB
CMYK
RGB Variations
Color information
#39415C (or 0x39415C) is known color: Gulf Blue. HEX triplet: 39, 41 and 5C. RGB value is (57,65,92). Sum of RGB (Red+Green+Blue) = 57+65+92=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #39415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39415C is #C6BEA3. Grayscale: #414141. Windows color (decimal): -13024932 or 6046009. OLE color: 6046009.
HSL color Cylindrical-coordinate representation of color #39415C: hue angle of 226.29º 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 #39415C is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 65 | 92 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.64 |
| HSL | 226.29º | 0.23% | 0.29% | - |
| HSV(B) | 226.29º | 0.38% | 0.36% | - |
| XYZ | 5.51 | 5.42 | 10.88 | - |
| YUV | 65.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 92 | 0.38 | 0.29 | 0 | 0.64 | 226.29 | 0.23 | 0.29 |
| Hex | 39 | 41 | 5C | 26 | 1D | 0 | 40 | E2 | 17 | 1D |
| Octal | 71 | 101 | 134 | 46 | 35 | 0 | 100 | 342 | 27 | 35 |
| Binary | 111001 | 1000001 | 1011100 | 100110 | 11101 | 0 | 1000000 | 11100010 | 10111 | 11101 |
Color Harmonies of #39415C
Complementary color
Monochromatic Colors of #39415C
Black with #39415C
Text Example
Text Example
White with #39415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39415C; }
p { color: rgb(57,65,92); }
H1.HeaderClassName
{
color: #39415C;
}
.AnyTagClassName
{
color: #39415C;
}
</style>
background-color css
<style>
a { background-color: #39415C; }
a { background-color: rgb(57,65,92); }
div.DivClassName
{
background-color: #39415C;
}
.BgClassName
{
background-color: #39415C;
}
</style>
border-color css
<style>
span { border-color: #39415C; }
span { border-color: rgb(57,65,92); }
td.TdClassName
{
border-color: #39415C;
}
.TagClassName
{
border-color: #39415C;
}
</style>