Shades of Gulf Blue #303A58
Tints of Gulf Blue #303A58
RGB
CMYK
RGB Variations
Color information
#303A58 (or 0x303A58) is known color: Gulf Blue. HEX triplet: 30, 3A and 58. RGB value is (48,58,88). Sum of RGB (Red+Green+Blue) = 48+58+88=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #303A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A58 is #CFC5A7. Grayscale: #3A3A3A. Windows color (decimal): -13616552 or 5782064. OLE color: 5782064.
HSL color Cylindrical-coordinate representation of color #303A58: hue angle of 225º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303A58 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 58 | 88 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.65 |
| HSL | 225º | 0.29% | 0.27% | - |
| HSV(B) | 225º | 0.45% | 0.35% | - |
| XYZ | 4.49 | 4.36 | 9.84 | - |
| YUV | 58.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 88 | 0.45 | 0.34 | 0 | 0.65 | 225 | 0.29 | 0.27 |
| Hex | 30 | 3A | 58 | 2D | 22 | 0 | 41 | E1 | 1D | 1B |
| Octal | 60 | 72 | 130 | 55 | 42 | 0 | 101 | 341 | 35 | 33 |
| Binary | 110000 | 111010 | 1011000 | 101101 | 100010 | 0 | 1000001 | 11100001 | 11101 | 11011 |
Color Harmonies of #303A58
Complementary color
Monochromatic Colors of #303A58
Black with #303A58
Text Example
Text Example
White with #303A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A58; }
p { color: rgb(48,58,88); }
H1.HeaderClassName
{
color: #303A58;
}
.AnyTagClassName
{
color: #303A58;
}
</style>
background-color css
<style>
a { background-color: #303A58; }
a { background-color: rgb(48,58,88); }
div.DivClassName
{
background-color: #303A58;
}
.BgClassName
{
background-color: #303A58;
}
</style>
border-color css
<style>
span { border-color: #303A58; }
span { border-color: rgb(48,58,88); }
td.TdClassName
{
border-color: #303A58;
}
.TagClassName
{
border-color: #303A58;
}
</style>