Shades of Gulf Blue #303A59
Tints of Gulf Blue #303A59
RGB
CMYK
RGB Variations
Color information
#303A59 (or 0x303A59) is known color: Gulf Blue. HEX triplet: 30, 3A and 59. RGB value is (48,58,89). Sum of RGB (Red+Green+Blue) = 48+58+89=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #303A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A59 is #CFC5A6. Grayscale: #3A3A3A. Windows color (decimal): -13616551 or 5847600. OLE color: 5847600.
HSL color Cylindrical-coordinate representation of color #303A59: hue angle of 225.37º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303A59 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 58 | 89 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.65 |
| HSL | 225.37º | 0.3% | 0.27% | - |
| HSV(B) | 225.37º | 0.46% | 0.35% | - |
| XYZ | 4.54 | 4.38 | 10.06 | - |
| YUV | 58.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 89 | 0.46 | 0.35 | 0 | 0.65 | 225.37 | 0.3 | 0.27 |
| Hex | 30 | 3A | 59 | 2E | 23 | 0 | 41 | E1 | 1E | 1B |
| Octal | 60 | 72 | 131 | 56 | 43 | 0 | 101 | 341 | 36 | 33 |
| Binary | 110000 | 111010 | 1011001 | 101110 | 100011 | 0 | 1000001 | 11100001 | 11110 | 11011 |
Color Harmonies of #303A59
Complementary color
Monochromatic Colors of #303A59
Black with #303A59
Text Example
Text Example
White with #303A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A59; }
p { color: rgb(48,58,89); }
H1.HeaderClassName
{
color: #303A59;
}
.AnyTagClassName
{
color: #303A59;
}
</style>
background-color css
<style>
a { background-color: #303A59; }
a { background-color: rgb(48,58,89); }
div.DivClassName
{
background-color: #303A59;
}
.BgClassName
{
background-color: #303A59;
}
</style>
border-color css
<style>
span { border-color: #303A59; }
span { border-color: rgb(48,58,89); }
td.TdClassName
{
border-color: #303A59;
}
.TagClassName
{
border-color: #303A59;
}
</style>