Shades of Gulf Blue #3A445C
Tints of Gulf Blue #3A445C
RGB
CMYK
RGB Variations
Color information
#3A445C (or 0x3A445C) is known color: Gulf Blue. HEX triplet: 3A, 44 and 5C. RGB value is (58,68,92). Sum of RGB (Red+Green+Blue) = 58+68+92=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A445C is #C5BBA3. Grayscale: #434343. Windows color (decimal): -12958628 or 6046778. OLE color: 6046778.
HSL color Cylindrical-coordinate representation of color #3A445C: hue angle of 222.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A445C is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 68 | 92 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.64 |
| HSL | 222.35º | 0.23% | 0.29% | - |
| HSV(B) | 222.35º | 0.37% | 0.36% | - |
| XYZ | 5.74 | 5.81 | 10.94 | - |
| YUV | 67.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 92 | 0.37 | 0.26 | 0 | 0.64 | 222.35 | 0.23 | 0.29 |
| Hex | 3A | 44 | 5C | 25 | 1A | 0 | 40 | DE | 17 | 1D |
| Octal | 72 | 104 | 134 | 45 | 32 | 0 | 100 | 336 | 27 | 35 |
| Binary | 111010 | 1000100 | 1011100 | 100101 | 11010 | 0 | 1000000 | 11011110 | 10111 | 11101 |
Color Harmonies of #3A445C
Complementary color
Monochromatic Colors of #3A445C
Black with #3A445C
Text Example
Text Example
White with #3A445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A445C; }
p { color: rgb(58,68,92); }
H1.HeaderClassName
{
color: #3A445C;
}
.AnyTagClassName
{
color: #3A445C;
}
</style>
background-color css
<style>
a { background-color: #3A445C; }
a { background-color: rgb(58,68,92); }
div.DivClassName
{
background-color: #3A445C;
}
.BgClassName
{
background-color: #3A445C;
}
</style>
border-color css
<style>
span { border-color: #3A445C; }
span { border-color: rgb(58,68,92); }
td.TdClassName
{
border-color: #3A445C;
}
.TagClassName
{
border-color: #3A445C;
}
</style>