Shades of Gulf Blue #303957
Tints of Gulf Blue #303957
RGB
CMYK
RGB Variations
Color information
#303957 (or 0x303957) is known color: Gulf Blue. HEX triplet: 30, 39 and 57. RGB value is (48,57,87). Sum of RGB (Red+Green+Blue) = 48+57+87=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #303957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303957 is #CFC6A8. Grayscale: #393939. Windows color (decimal): -13616809 or 5716272. OLE color: 5716272.
HSL color Cylindrical-coordinate representation of color #303957: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303957 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 57 | 87 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.66 |
| HSL | 226.15º | 0.29% | 0.26% | - |
| HSV(B) | 226.15º | 0.45% | 0.34% | - |
| XYZ | 4.4 | 4.24 | 9.6 | - |
| YUV | 57.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 87 | 0.45 | 0.34 | 0 | 0.66 | 226.15 | 0.29 | 0.26 |
| Hex | 30 | 39 | 57 | 2D | 22 | 0 | 42 | E2 | 1D | 1A |
| Octal | 60 | 71 | 127 | 55 | 42 | 0 | 102 | 342 | 35 | 32 |
| Binary | 110000 | 111001 | 1010111 | 101101 | 100010 | 0 | 1000010 | 11100010 | 11101 | 11010 |
Color Harmonies of #303957
Complementary color
Monochromatic Colors of #303957
Black with #303957
Text Example
Text Example
White with #303957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303957; }
p { color: rgb(48,57,87); }
H1.HeaderClassName
{
color: #303957;
}
.AnyTagClassName
{
color: #303957;
}
</style>
background-color css
<style>
a { background-color: #303957; }
a { background-color: rgb(48,57,87); }
div.DivClassName
{
background-color: #303957;
}
.BgClassName
{
background-color: #303957;
}
</style>
border-color css
<style>
span { border-color: #303957; }
span { border-color: rgb(48,57,87); }
td.TdClassName
{
border-color: #303957;
}
.TagClassName
{
border-color: #303957;
}
</style>