Shades of Gulf Blue #304162
Tints of Gulf Blue #304162
RGB
CMYK
RGB Variations
Color information
#304162 (or 0x304162) is known color: Gulf Blue. HEX triplet: 30, 41 and 62. RGB value is (48,65,98). Sum of RGB (Red+Green+Blue) = 48+65+98=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #304162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304162 is #CFBE9D. Grayscale: #3F3F3F. Windows color (decimal): -13614750 or 6439216. OLE color: 6439216.
HSL color Cylindrical-coordinate representation of color #304162: hue angle of 219.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304162 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 65 | 98 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.62 |
| HSL | 219.6º | 0.34% | 0.29% | - |
| HSV(B) | 219.6º | 0.51% | 0.38% | - |
| XYZ | 5.31 | 5.29 | 12.3 | - |
| YUV | 63.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 98 | 0.51 | 0.34 | 0 | 0.62 | 219.6 | 0.34 | 0.29 |
| Hex | 30 | 41 | 62 | 33 | 22 | 0 | 3E | DC | 22 | 1D |
| Octal | 60 | 101 | 142 | 63 | 42 | 0 | 76 | 334 | 42 | 35 |
| Binary | 110000 | 1000001 | 1100010 | 110011 | 100010 | 0 | 111110 | 11011100 | 100010 | 11101 |
Color Harmonies of #304162
Complementary color
Monochromatic Colors of #304162
Black with #304162
Text Example
Text Example
White with #304162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304162; }
p { color: rgb(48,65,98); }
H1.HeaderClassName
{
color: #304162;
}
.AnyTagClassName
{
color: #304162;
}
</style>
background-color css
<style>
a { background-color: #304162; }
a { background-color: rgb(48,65,98); }
div.DivClassName
{
background-color: #304162;
}
.BgClassName
{
background-color: #304162;
}
</style>
border-color css
<style>
span { border-color: #304162; }
span { border-color: rgb(48,65,98); }
td.TdClassName
{
border-color: #304162;
}
.TagClassName
{
border-color: #304162;
}
</style>