Shades of Gulf Blue #3B425B
Tints of Gulf Blue #3B425B
RGB
CMYK
RGB Variations
Color information
#3B425B (or 0x3B425B) is known color: Gulf Blue. HEX triplet: 3B, 42 and 5B. RGB value is (59,66,91). Sum of RGB (Red+Green+Blue) = 59+66+91=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B425B is #C4BDA4. Grayscale: #424242. Windows color (decimal): -12893605 or 5980731. OLE color: 5980731.
HSL color Cylindrical-coordinate representation of color #3B425B: hue angle of 226.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B425B is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 66 | 91 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.64 |
| HSL | 226.88º | 0.21% | 0.29% | - |
| HSV(B) | 226.88º | 0.35% | 0.36% | - |
| XYZ | 5.64 | 5.58 | 10.68 | - |
| YUV | 66.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 91 | 0.35 | 0.27 | 0 | 0.64 | 226.88 | 0.21 | 0.29 |
| Hex | 3B | 42 | 5B | 23 | 1B | 0 | 40 | E3 | 15 | 1D |
| Octal | 73 | 102 | 133 | 43 | 33 | 0 | 100 | 343 | 25 | 35 |
| Binary | 111011 | 1000010 | 1011011 | 100011 | 11011 | 0 | 1000000 | 11100011 | 10101 | 11101 |
Color Harmonies of #3B425B
Complementary color
Monochromatic Colors of #3B425B
Black with #3B425B
Text Example
Text Example
White with #3B425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B425B; }
p { color: rgb(59,66,91); }
H1.HeaderClassName
{
color: #3B425B;
}
.AnyTagClassName
{
color: #3B425B;
}
</style>
background-color css
<style>
a { background-color: #3B425B; }
a { background-color: rgb(59,66,91); }
div.DivClassName
{
background-color: #3B425B;
}
.BgClassName
{
background-color: #3B425B;
}
</style>
border-color css
<style>
span { border-color: #3B425B; }
span { border-color: rgb(59,66,91); }
td.TdClassName
{
border-color: #3B425B;
}
.TagClassName
{
border-color: #3B425B;
}
</style>