Shades of Gulf Blue #2D385F
Tints of Gulf Blue #2D385F
RGB
CMYK
RGB Variations
Color information
#2D385F (or 0x2D385F) is known color: Gulf Blue. HEX triplet: 2D, 38 and 5F. RGB value is (45,56,95). Sum of RGB (Red+Green+Blue) = 45+56+95=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D385F is #D2C7A0. Grayscale: #383838. Windows color (decimal): -13813665 or 6240301. OLE color: 6240301.
HSL color Cylindrical-coordinate representation of color #2D385F: hue angle of 226.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D385F is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 56 | 95 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.63 |
| HSL | 226.8º | 0.36% | 0.27% | - |
| HSV(B) | 226.8º | 0.53% | 0.37% | - |
| XYZ | 4.56 | 4.21 | 11.4 | - |
| YUV | 57.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 95 | 0.53 | 0.41 | 0 | 0.63 | 226.8 | 0.36 | 0.27 |
| Hex | 2D | 38 | 5F | 35 | 29 | 0 | 3F | E3 | 24 | 1B |
| Octal | 55 | 70 | 137 | 65 | 51 | 0 | 77 | 343 | 44 | 33 |
| Binary | 101101 | 111000 | 1011111 | 110101 | 101001 | 0 | 111111 | 11100011 | 100100 | 11011 |
Color Harmonies of #2D385F
Complementary color
Monochromatic Colors of #2D385F
Black with #2D385F
Text Example
Text Example
White with #2D385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D385F; }
p { color: rgb(45,56,95); }
H1.HeaderClassName
{
color: #2D385F;
}
.AnyTagClassName
{
color: #2D385F;
}
</style>
background-color css
<style>
a { background-color: #2D385F; }
a { background-color: rgb(45,56,95); }
div.DivClassName
{
background-color: #2D385F;
}
.BgClassName
{
background-color: #2D385F;
}
</style>
border-color css
<style>
span { border-color: #2D385F; }
span { border-color: rgb(45,56,95); }
td.TdClassName
{
border-color: #2D385F;
}
.TagClassName
{
border-color: #2D385F;
}
</style>