Shades of Gulf Blue #2A375D
Tints of Gulf Blue #2A375D
RGB
CMYK
RGB Variations
Color information
#2A375D (or 0x2A375D) is known color: Gulf Blue. HEX triplet: 2A, 37 and 5D. RGB value is (42,55,93). Sum of RGB (Red+Green+Blue) = 42+55+93=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A375D is #D5C8A2. Grayscale: #373737. Windows color (decimal): -14010531 or 6108970. OLE color: 6108970.
HSL color Cylindrical-coordinate representation of color #2A375D: hue angle of 224.71º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A375D is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 55 | 93 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.64 |
| HSL | 224.71º | 0.38% | 0.26% | - |
| HSV(B) | 224.71º | 0.55% | 0.36% | - |
| XYZ | 4.3 | 4.01 | 10.9 | - |
| YUV | 55.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 93 | 0.55 | 0.41 | 0 | 0.64 | 224.71 | 0.38 | 0.26 |
| Hex | 2A | 37 | 5D | 37 | 29 | 0 | 40 | E1 | 26 | 1A |
| Octal | 52 | 67 | 135 | 67 | 51 | 0 | 100 | 341 | 46 | 32 |
| Binary | 101010 | 110111 | 1011101 | 110111 | 101001 | 0 | 1000000 | 11100001 | 100110 | 11010 |
Color Harmonies of #2A375D
Complementary color
Monochromatic Colors of #2A375D
Black with #2A375D
Text Example
Text Example
White with #2A375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A375D; }
p { color: rgb(42,55,93); }
H1.HeaderClassName
{
color: #2A375D;
}
.AnyTagClassName
{
color: #2A375D;
}
</style>
background-color css
<style>
a { background-color: #2A375D; }
a { background-color: rgb(42,55,93); }
div.DivClassName
{
background-color: #2A375D;
}
.BgClassName
{
background-color: #2A375D;
}
</style>
border-color css
<style>
span { border-color: #2A375D; }
span { border-color: rgb(42,55,93); }
td.TdClassName
{
border-color: #2A375D;
}
.TagClassName
{
border-color: #2A375D;
}
</style>