Shades of Gulf Blue #2D4067
Tints of Gulf Blue #2D4067
RGB
CMYK
RGB Variations
Color information
#2D4067 (or 0x2D4067) is known color: Gulf Blue. HEX triplet: 2D, 40 and 67. RGB value is (45,64,103). Sum of RGB (Red+Green+Blue) = 45+64+103=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D4067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4067 is #D2BF98. Grayscale: #3E3E3E. Windows color (decimal): -13811609 or 6766637. OLE color: 6766637.
HSL color Cylindrical-coordinate representation of color #2D4067: hue angle of 220.34º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D4067 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 64 | 103 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.60 |
| HSL | 220.34º | 0.39% | 0.29% | - |
| HSV(B) | 220.34º | 0.56% | 0.4% | - |
| XYZ | 5.36 | 5.2 | 13.55 | - |
| YUV | 62.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 103 | 0.56 | 0.38 | 0 | 0.60 | 220.34 | 0.39 | 0.29 |
| Hex | 2D | 40 | 67 | 38 | 26 | 0 | 3C | DC | 27 | 1D |
| Octal | 55 | 100 | 147 | 70 | 46 | 0 | 74 | 334 | 47 | 35 |
| Binary | 101101 | 1000000 | 1100111 | 111000 | 100110 | 0 | 111100 | 11011100 | 100111 | 11101 |
Color Harmonies of #2D4067
Complementary color
Monochromatic Colors of #2D4067
Black with #2D4067
Text Example
Text Example
White with #2D4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4067; }
p { color: rgb(45,64,103); }
H1.HeaderClassName
{
color: #2D4067;
}
.AnyTagClassName
{
color: #2D4067;
}
</style>
background-color css
<style>
a { background-color: #2D4067; }
a { background-color: rgb(45,64,103); }
div.DivClassName
{
background-color: #2D4067;
}
.BgClassName
{
background-color: #2D4067;
}
</style>
border-color css
<style>
span { border-color: #2D4067; }
span { border-color: rgb(45,64,103); }
td.TdClassName
{
border-color: #2D4067;
}
.TagClassName
{
border-color: #2D4067;
}
</style>