Shades of Gulf Blue #3A4661
Tints of Gulf Blue #3A4661
RGB
CMYK
RGB Variations
Color information
#3A4661 (or 0x3A4661) is known color: Gulf Blue. HEX triplet: 3A, 46 and 61. RGB value is (58,70,97). Sum of RGB (Red+Green+Blue) = 58+70+97=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A4661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4661 is #C5B99E. Grayscale: #454545. Windows color (decimal): -12958111 or 6374970. OLE color: 6374970.
HSL color Cylindrical-coordinate representation of color #3A4661: hue angle of 221.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4661 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 70 | 97 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.62 |
| HSL | 221.54º | 0.25% | 0.3% | - |
| HSV(B) | 221.54º | 0.4% | 0.38% | - |
| XYZ | 6.09 | 6.14 | 12.17 | - |
| YUV | 69.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 97 | 0.40 | 0.28 | 0 | 0.62 | 221.54 | 0.25 | 0.3 |
| Hex | 3A | 46 | 61 | 28 | 1C | 0 | 3E | DE | 19 | 1E |
| Octal | 72 | 106 | 141 | 50 | 34 | 0 | 76 | 336 | 31 | 36 |
| Binary | 111010 | 1000110 | 1100001 | 101000 | 11100 | 0 | 111110 | 11011110 | 11001 | 11110 |
Color Harmonies of #3A4661
Complementary color
Monochromatic Colors of #3A4661
Black with #3A4661
Text Example
Text Example
White with #3A4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4661; }
p { color: rgb(58,70,97); }
H1.HeaderClassName
{
color: #3A4661;
}
.AnyTagClassName
{
color: #3A4661;
}
</style>
background-color css
<style>
a { background-color: #3A4661; }
a { background-color: rgb(58,70,97); }
div.DivClassName
{
background-color: #3A4661;
}
.BgClassName
{
background-color: #3A4661;
}
</style>
border-color css
<style>
span { border-color: #3A4661; }
span { border-color: rgb(58,70,97); }
td.TdClassName
{
border-color: #3A4661;
}
.TagClassName
{
border-color: #3A4661;
}
</style>