Shades of Gulf Blue #3B425C
Tints of Gulf Blue #3B425C
RGB
CMYK
RGB Variations
Color information
#3B425C (or 0x3B425C) is known color: Gulf Blue. HEX triplet: 3B, 42 and 5C. RGB value is (59,66,92). Sum of RGB (Red+Green+Blue) = 59+66+92=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B425C is #C4BDA3. Grayscale: #424242. Windows color (decimal): -12893604 or 6046267. OLE color: 6046267.
HSL color Cylindrical-coordinate representation of color #3B425C: hue angle of 227.27º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B425C is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 66 | 92 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.64 |
| HSL | 227.27º | 0.22% | 0.3% | - |
| HSV(B) | 227.27º | 0.36% | 0.36% | - |
| XYZ | 5.68 | 5.6 | 10.91 | - |
| YUV | 66.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 92 | 0.36 | 0.28 | 0 | 0.64 | 227.27 | 0.22 | 0.3 |
| Hex | 3B | 42 | 5C | 24 | 1C | 0 | 40 | E3 | 16 | 1E |
| Octal | 73 | 102 | 134 | 44 | 34 | 0 | 100 | 343 | 26 | 36 |
| Binary | 111011 | 1000010 | 1011100 | 100100 | 11100 | 0 | 1000000 | 11100011 | 10110 | 11110 |
Color Harmonies of #3B425C
Complementary color
Monochromatic Colors of #3B425C
Black with #3B425C
Text Example
Text Example
White with #3B425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B425C; }
p { color: rgb(59,66,92); }
H1.HeaderClassName
{
color: #3B425C;
}
.AnyTagClassName
{
color: #3B425C;
}
</style>
background-color css
<style>
a { background-color: #3B425C; }
a { background-color: rgb(59,66,92); }
div.DivClassName
{
background-color: #3B425C;
}
.BgClassName
{
background-color: #3B425C;
}
</style>
border-color css
<style>
span { border-color: #3B425C; }
span { border-color: rgb(59,66,92); }
td.TdClassName
{
border-color: #3B425C;
}
.TagClassName
{
border-color: #3B425C;
}
</style>