Shades of Gulf Blue #2A3A60
Tints of Gulf Blue #2A3A60
RGB
CMYK
RGB Variations
Color information
#2A3A60 (or 0x2A3A60) is known color: Gulf Blue. HEX triplet: 2A, 3A and 60. RGB value is (42,58,96). Sum of RGB (Red+Green+Blue) = 42+58+96=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A3A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3A60 is #D5C59F. Grayscale: #393939. Windows color (decimal): -14009760 or 6306346. OLE color: 6306346.
HSL color Cylindrical-coordinate representation of color #2A3A60: hue angle of 222.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A3A60 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 58 | 96 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.62 |
| HSL | 222.22º | 0.39% | 0.27% | - |
| HSV(B) | 222.22º | 0.56% | 0.38% | - |
| XYZ | 4.58 | 4.36 | 11.67 | - |
| YUV | 57.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 96 | 0.56 | 0.40 | 0 | 0.62 | 222.22 | 0.39 | 0.27 |
| Hex | 2A | 3A | 60 | 38 | 28 | 0 | 3E | DE | 27 | 1B |
| Octal | 52 | 72 | 140 | 70 | 50 | 0 | 76 | 336 | 47 | 33 |
| Binary | 101010 | 111010 | 1100000 | 111000 | 101000 | 0 | 111110 | 11011110 | 100111 | 11011 |
Color Harmonies of #2A3A60
Complementary color
Monochromatic Colors of #2A3A60
Black with #2A3A60
Text Example
Text Example
White with #2A3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A60; }
p { color: rgb(42,58,96); }
H1.HeaderClassName
{
color: #2A3A60;
}
.AnyTagClassName
{
color: #2A3A60;
}
</style>
background-color css
<style>
a { background-color: #2A3A60; }
a { background-color: rgb(42,58,96); }
div.DivClassName
{
background-color: #2A3A60;
}
.BgClassName
{
background-color: #2A3A60;
}
</style>
border-color css
<style>
span { border-color: #2A3A60; }
span { border-color: rgb(42,58,96); }
td.TdClassName
{
border-color: #2A3A60;
}
.TagClassName
{
border-color: #2A3A60;
}
</style>