Shades of Gulf Blue #2A355A
Tints of Gulf Blue #2A355A
RGB
CMYK
RGB Variations
Color information
#2A355A (or 0x2A355A) is known color: Gulf Blue. HEX triplet: 2A, 35 and 5A. RGB value is (42,53,90). Sum of RGB (Red+Green+Blue) = 42+53+90=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A355A is #D5CAA5. Grayscale: #353535. Windows color (decimal): -14011046 or 5911850. OLE color: 5911850.
HSL color Cylindrical-coordinate representation of color #2A355A: hue angle of 226.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A355A is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 53 | 90 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.65 |
| HSL | 226.25º | 0.36% | 0.26% | - |
| HSV(B) | 226.25º | 0.53% | 0.35% | - |
| XYZ | 4.07 | 3.78 | 10.19 | - |
| YUV | 53.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 90 | 0.53 | 0.41 | 0 | 0.65 | 226.25 | 0.36 | 0.26 |
| Hex | 2A | 35 | 5A | 35 | 29 | 0 | 41 | E2 | 24 | 1A |
| Octal | 52 | 65 | 132 | 65 | 51 | 0 | 101 | 342 | 44 | 32 |
| Binary | 101010 | 110101 | 1011010 | 110101 | 101001 | 0 | 1000001 | 11100010 | 100100 | 11010 |
Color Harmonies of #2A355A
Complementary color
Monochromatic Colors of #2A355A
Black with #2A355A
Text Example
Text Example
White with #2A355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A355A; }
p { color: rgb(42,53,90); }
H1.HeaderClassName
{
color: #2A355A;
}
.AnyTagClassName
{
color: #2A355A;
}
</style>
background-color css
<style>
a { background-color: #2A355A; }
a { background-color: rgb(42,53,90); }
div.DivClassName
{
background-color: #2A355A;
}
.BgClassName
{
background-color: #2A355A;
}
</style>
border-color css
<style>
span { border-color: #2A355A; }
span { border-color: rgb(42,53,90); }
td.TdClassName
{
border-color: #2A355A;
}
.TagClassName
{
border-color: #2A355A;
}
</style>