Shades of Gulf Blue #303F62
Tints of Gulf Blue #303F62
RGB
CMYK
RGB Variations
Color information
#303F62 (or 0x303F62) is known color: Gulf Blue. HEX triplet: 30, 3F and 62. RGB value is (48,63,98). Sum of RGB (Red+Green+Blue) = 48+63+98=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #303F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F62 is #CFC09D. Grayscale: #3E3E3E. Windows color (decimal): -13615262 or 6438704. OLE color: 6438704.
HSL color Cylindrical-coordinate representation of color #303F62: hue angle of 222º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303F62 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 63 | 98 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.62 |
| HSL | 222º | 0.34% | 0.29% | - |
| HSV(B) | 222º | 0.51% | 0.38% | - |
| XYZ | 5.2 | 5.07 | 12.26 | - |
| YUV | 62.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 98 | 0.51 | 0.36 | 0 | 0.62 | 222 | 0.34 | 0.29 |
| Hex | 30 | 3F | 62 | 33 | 24 | 0 | 3E | DE | 22 | 1D |
| Octal | 60 | 77 | 142 | 63 | 44 | 0 | 76 | 336 | 42 | 35 |
| Binary | 110000 | 111111 | 1100010 | 110011 | 100100 | 0 | 111110 | 11011110 | 100010 | 11101 |
Color Harmonies of #303F62
Complementary color
Monochromatic Colors of #303F62
Black with #303F62
Text Example
Text Example
White with #303F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F62; }
p { color: rgb(48,63,98); }
H1.HeaderClassName
{
color: #303F62;
}
.AnyTagClassName
{
color: #303F62;
}
</style>
background-color css
<style>
a { background-color: #303F62; }
a { background-color: rgb(48,63,98); }
div.DivClassName
{
background-color: #303F62;
}
.BgClassName
{
background-color: #303F62;
}
</style>
border-color css
<style>
span { border-color: #303F62; }
span { border-color: rgb(48,63,98); }
td.TdClassName
{
border-color: #303F62;
}
.TagClassName
{
border-color: #303F62;
}
</style>