Shades of Gulf Blue #303858
Tints of Gulf Blue #303858
RGB
CMYK
RGB Variations
Color information
#303858 (or 0x303858) is known color: Gulf Blue. HEX triplet: 30, 38 and 58. RGB value is (48,56,88). Sum of RGB (Red+Green+Blue) = 48+56+88=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #303858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303858 is #CFC7A7. Grayscale: #393939. Windows color (decimal): -13617064 or 5781552. OLE color: 5781552.
HSL color Cylindrical-coordinate representation of color #303858: hue angle of 228º 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 #303858 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 56 | 88 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.65 |
| HSL | 228º | 0.29% | 0.27% | - |
| HSV(B) | 228º | 0.45% | 0.35% | - |
| XYZ | 4.39 | 4.16 | 9.8 | - |
| YUV | 57.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 88 | 0.45 | 0.36 | 0 | 0.65 | 228 | 0.29 | 0.27 |
| Hex | 30 | 38 | 58 | 2D | 24 | 0 | 41 | E4 | 1D | 1B |
| Octal | 60 | 70 | 130 | 55 | 44 | 0 | 101 | 344 | 35 | 33 |
| Binary | 110000 | 111000 | 1011000 | 101101 | 100100 | 0 | 1000001 | 11100100 | 11101 | 11011 |
Color Harmonies of #303858
Complementary color
Monochromatic Colors of #303858
Black with #303858
Text Example
Text Example
White with #303858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303858; }
p { color: rgb(48,56,88); }
H1.HeaderClassName
{
color: #303858;
}
.AnyTagClassName
{
color: #303858;
}
</style>
background-color css
<style>
a { background-color: #303858; }
a { background-color: rgb(48,56,88); }
div.DivClassName
{
background-color: #303858;
}
.BgClassName
{
background-color: #303858;
}
</style>
border-color css
<style>
span { border-color: #303858; }
span { border-color: rgb(48,56,88); }
td.TdClassName
{
border-color: #303858;
}
.TagClassName
{
border-color: #303858;
}
</style>