Shades of Gulf Blue #3A415C
Tints of Gulf Blue #3A415C
RGB
CMYK
RGB Variations
Color information
#3A415C (or 0x3A415C) is known color: Gulf Blue. HEX triplet: 3A, 41 and 5C. RGB value is (58,65,92). Sum of RGB (Red+Green+Blue) = 58+65+92=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A415C is #C5BEA3. Grayscale: #414141. Windows color (decimal): -12959396 or 6046010. OLE color: 6046010.
HSL color Cylindrical-coordinate representation of color #3A415C: hue angle of 227.65º 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 #3A415C is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 65 | 92 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.64 |
| HSL | 227.65º | 0.23% | 0.29% | - |
| HSV(B) | 227.65º | 0.37% | 0.36% | - |
| XYZ | 5.57 | 5.45 | 10.88 | - |
| YUV | 65.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 92 | 0.37 | 0.29 | 0 | 0.64 | 227.65 | 0.23 | 0.29 |
| Hex | 3A | 41 | 5C | 25 | 1D | 0 | 40 | E4 | 17 | 1D |
| Octal | 72 | 101 | 134 | 45 | 35 | 0 | 100 | 344 | 27 | 35 |
| Binary | 111010 | 1000001 | 1011100 | 100101 | 11101 | 0 | 1000000 | 11100100 | 10111 | 11101 |
Color Harmonies of #3A415C
Complementary color
Monochromatic Colors of #3A415C
Black with #3A415C
Text Example
Text Example
White with #3A415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A415C; }
p { color: rgb(58,65,92); }
H1.HeaderClassName
{
color: #3A415C;
}
.AnyTagClassName
{
color: #3A415C;
}
</style>
background-color css
<style>
a { background-color: #3A415C; }
a { background-color: rgb(58,65,92); }
div.DivClassName
{
background-color: #3A415C;
}
.BgClassName
{
background-color: #3A415C;
}
</style>
border-color css
<style>
span { border-color: #3A415C; }
span { border-color: rgb(58,65,92); }
td.TdClassName
{
border-color: #3A415C;
}
.TagClassName
{
border-color: #3A415C;
}
</style>