Shades of Gulf Blue #2A3C64
Tints of Gulf Blue #2A3C64
RGB
CMYK
RGB Variations
Color information
#2A3C64 (or 0x2A3C64) is known color: Gulf Blue. HEX triplet: 2A, 3C and 64. RGB value is (42,60,100). Sum of RGB (Red+Green+Blue) = 42+60+100=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A3C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3C64 is #D5C39B. Grayscale: #3B3B3B. Windows color (decimal): -14009244 or 6569002. OLE color: 6569002.
HSL color Cylindrical-coordinate representation of color #2A3C64: hue angle of 221.38º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A3C64 is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 60 | 100 | - |
| CMYK | 0.58 | 0.4 | 0 | 0.61 |
| HSL | 221.38º | 0.41% | 0.28% | - |
| HSV(B) | 221.38º | 0.58% | 0.39% | - |
| XYZ | 4.87 | 4.64 | 12.7 | - |
| YUV | 59.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 100 | 0.58 | 0.4 | 0 | 0.61 | 221.38 | 0.41 | 0.28 |
| Hex | 2A | 3C | 64 | 3A | 28 | 0 | 3D | DD | 29 | 1C |
| Octal | 52 | 74 | 144 | 72 | 50 | 0 | 75 | 335 | 51 | 34 |
| Binary | 101010 | 111100 | 1100100 | 111010 | 101000 | 0 | 111101 | 11011101 | 101001 | 11100 |
Color Harmonies of #2A3C64
Complementary color
Monochromatic Colors of #2A3C64
Black with #2A3C64
Text Example
Text Example
White with #2A3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C64; }
p { color: rgb(42,60,100); }
H1.HeaderClassName
{
color: #2A3C64;
}
.AnyTagClassName
{
color: #2A3C64;
}
</style>
background-color css
<style>
a { background-color: #2A3C64; }
a { background-color: rgb(42,60,100); }
div.DivClassName
{
background-color: #2A3C64;
}
.BgClassName
{
background-color: #2A3C64;
}
</style>
border-color css
<style>
span { border-color: #2A3C64; }
span { border-color: rgb(42,60,100); }
td.TdClassName
{
border-color: #2A3C64;
}
.TagClassName
{
border-color: #2A3C64;
}
</style>