Shades of Gulf Blue #303857
Tints of Gulf Blue #303857
RGB
CMYK
RGB Variations
Color information
#303857 (or 0x303857) is known color: Gulf Blue. HEX triplet: 30, 38 and 57. RGB value is (48,56,87). Sum of RGB (Red+Green+Blue) = 48+56+87=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #303857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303857 is #CFC7A8. Grayscale: #393939. Windows color (decimal): -13617065 or 5716016. OLE color: 5716016.
HSL color Cylindrical-coordinate representation of color #303857: hue angle of 227.69º 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 #303857 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 56 | 87 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.66 |
| HSL | 227.69º | 0.29% | 0.26% | - |
| HSV(B) | 227.69º | 0.45% | 0.34% | - |
| XYZ | 4.35 | 4.14 | 9.59 | - |
| YUV | 57.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 87 | 0.45 | 0.36 | 0 | 0.66 | 227.69 | 0.29 | 0.26 |
| Hex | 30 | 38 | 57 | 2D | 24 | 0 | 42 | E4 | 1D | 1A |
| Octal | 60 | 70 | 127 | 55 | 44 | 0 | 102 | 344 | 35 | 32 |
| Binary | 110000 | 111000 | 1010111 | 101101 | 100100 | 0 | 1000010 | 11100100 | 11101 | 11010 |
Color Harmonies of #303857
Complementary color
Monochromatic Colors of #303857
Black with #303857
Text Example
Text Example
White with #303857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303857; }
p { color: rgb(48,56,87); }
H1.HeaderClassName
{
color: #303857;
}
.AnyTagClassName
{
color: #303857;
}
</style>
background-color css
<style>
a { background-color: #303857; }
a { background-color: rgb(48,56,87); }
div.DivClassName
{
background-color: #303857;
}
.BgClassName
{
background-color: #303857;
}
</style>
border-color css
<style>
span { border-color: #303857; }
span { border-color: rgb(48,56,87); }
td.TdClassName
{
border-color: #303857;
}
.TagClassName
{
border-color: #303857;
}
</style>