Shades of Gulf Blue #3A455F
Tints of Gulf Blue #3A455F
RGB
CMYK
RGB Variations
Color information
#3A455F (or 0x3A455F) is known color: Gulf Blue. HEX triplet: 3A, 45 and 5F. RGB value is (58,69,95). Sum of RGB (Red+Green+Blue) = 58+69+95=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A455F is #C5BAA0. Grayscale: #444444. Windows color (decimal): -12958369 or 6243642. OLE color: 6243642.
HSL color Cylindrical-coordinate representation of color #3A455F: hue angle of 222.16º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A455F is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 69 | 95 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.63 |
| HSL | 222.16º | 0.24% | 0.3% | - |
| HSV(B) | 222.16º | 0.39% | 0.37% | - |
| XYZ | 5.94 | 5.98 | 11.67 | - |
| YUV | 68.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 95 | 0.39 | 0.27 | 0 | 0.63 | 222.16 | 0.24 | 0.3 |
| Hex | 3A | 45 | 5F | 27 | 1B | 0 | 3F | DE | 18 | 1E |
| Octal | 72 | 105 | 137 | 47 | 33 | 0 | 77 | 336 | 30 | 36 |
| Binary | 111010 | 1000101 | 1011111 | 100111 | 11011 | 0 | 111111 | 11011110 | 11000 | 11110 |
Color Harmonies of #3A455F
Complementary color
Monochromatic Colors of #3A455F
Black with #3A455F
Text Example
Text Example
White with #3A455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A455F; }
p { color: rgb(58,69,95); }
H1.HeaderClassName
{
color: #3A455F;
}
.AnyTagClassName
{
color: #3A455F;
}
</style>
background-color css
<style>
a { background-color: #3A455F; }
a { background-color: rgb(58,69,95); }
div.DivClassName
{
background-color: #3A455F;
}
.BgClassName
{
background-color: #3A455F;
}
</style>
border-color css
<style>
span { border-color: #3A455F; }
span { border-color: rgb(58,69,95); }
td.TdClassName
{
border-color: #3A455F;
}
.TagClassName
{
border-color: #3A455F;
}
</style>