Shades of Gulf Blue #3A425C
Tints of Gulf Blue #3A425C
RGB
CMYK
RGB Variations
Color information
#3A425C (or 0x3A425C) is known color: Gulf Blue. HEX triplet: 3A, 42 and 5C. RGB value is (58,66,92). Sum of RGB (Red+Green+Blue) = 58+66+92=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A425C is #C5BDA3. Grayscale: #424242. Windows color (decimal): -12959140 or 6046266. OLE color: 6046266.
HSL color Cylindrical-coordinate representation of color #3A425C: hue angle of 225.88º 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 #3A425C is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 66 | 92 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.64 |
| HSL | 225.88º | 0.23% | 0.29% | - |
| HSV(B) | 225.88º | 0.37% | 0.36% | - |
| XYZ | 5.62 | 5.57 | 10.9 | - |
| YUV | 66.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 92 | 0.37 | 0.28 | 0 | 0.64 | 225.88 | 0.23 | 0.29 |
| Hex | 3A | 42 | 5C | 25 | 1C | 0 | 40 | E2 | 17 | 1D |
| Octal | 72 | 102 | 134 | 45 | 34 | 0 | 100 | 342 | 27 | 35 |
| Binary | 111010 | 1000010 | 1011100 | 100101 | 11100 | 0 | 1000000 | 11100010 | 10111 | 11101 |
Color Harmonies of #3A425C
Complementary color
Monochromatic Colors of #3A425C
Black with #3A425C
Text Example
Text Example
White with #3A425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A425C; }
p { color: rgb(58,66,92); }
H1.HeaderClassName
{
color: #3A425C;
}
.AnyTagClassName
{
color: #3A425C;
}
</style>
background-color css
<style>
a { background-color: #3A425C; }
a { background-color: rgb(58,66,92); }
div.DivClassName
{
background-color: #3A425C;
}
.BgClassName
{
background-color: #3A425C;
}
</style>
border-color css
<style>
span { border-color: #3A425C; }
span { border-color: rgb(58,66,92); }
td.TdClassName
{
border-color: #3A425C;
}
.TagClassName
{
border-color: #3A425C;
}
</style>