Shades of Gulf Blue #304063
Tints of Gulf Blue #304063
RGB
CMYK
RGB Variations
Color information
#304063 (or 0x304063) is known color: Gulf Blue. HEX triplet: 30, 40 and 63. RGB value is (48,64,99). Sum of RGB (Red+Green+Blue) = 48+64+99=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #304063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304063 is #CFBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13615005 or 6504496. OLE color: 6504496.
HSL color Cylindrical-coordinate representation of color #304063: hue angle of 221.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304063 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 64 | 99 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.61 |
| HSL | 221.18º | 0.35% | 0.29% | - |
| HSV(B) | 221.18º | 0.52% | 0.39% | - |
| XYZ | 5.3 | 5.2 | 12.53 | - |
| YUV | 63.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 99 | 0.52 | 0.35 | 0 | 0.61 | 221.18 | 0.35 | 0.29 |
| Hex | 30 | 40 | 63 | 34 | 23 | 0 | 3D | DD | 23 | 1D |
| Octal | 60 | 100 | 143 | 64 | 43 | 0 | 75 | 335 | 43 | 35 |
| Binary | 110000 | 1000000 | 1100011 | 110100 | 100011 | 0 | 111101 | 11011101 | 100011 | 11101 |
Color Harmonies of #304063
Complementary color
Monochromatic Colors of #304063
Black with #304063
Text Example
Text Example
White with #304063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304063; }
p { color: rgb(48,64,99); }
H1.HeaderClassName
{
color: #304063;
}
.AnyTagClassName
{
color: #304063;
}
</style>
background-color css
<style>
a { background-color: #304063; }
a { background-color: rgb(48,64,99); }
div.DivClassName
{
background-color: #304063;
}
.BgClassName
{
background-color: #304063;
}
</style>
border-color css
<style>
span { border-color: #304063; }
span { border-color: rgb(48,64,99); }
td.TdClassName
{
border-color: #304063;
}
.TagClassName
{
border-color: #304063;
}
</style>