Shades of Gulf Blue #303F60
Tints of Gulf Blue #303F60
RGB
CMYK
RGB Variations
Color information
#303F60 (or 0x303F60) is known color: Gulf Blue. HEX triplet: 30, 3F and 60. RGB value is (48,63,96). Sum of RGB (Red+Green+Blue) = 48+63+96=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #303F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F60 is #CFC09F. Grayscale: #3E3E3E. Windows color (decimal): -13615264 or 6307632. OLE color: 6307632.
HSL color Cylindrical-coordinate representation of color #303F60: hue angle of 221.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303F60 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 63 | 96 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.62 |
| HSL | 221.25º | 0.33% | 0.28% | - |
| HSV(B) | 221.25º | 0.5% | 0.38% | - |
| XYZ | 5.11 | 5.03 | 11.77 | - |
| YUV | 62.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 96 | 0.50 | 0.34 | 0 | 0.62 | 221.25 | 0.33 | 0.28 |
| Hex | 30 | 3F | 60 | 32 | 22 | 0 | 3E | DD | 21 | 1C |
| Octal | 60 | 77 | 140 | 62 | 42 | 0 | 76 | 335 | 41 | 34 |
| Binary | 110000 | 111111 | 1100000 | 110010 | 100010 | 0 | 111110 | 11011101 | 100001 | 11100 |
Color Harmonies of #303F60
Complementary color
Monochromatic Colors of #303F60
Black with #303F60
Text Example
Text Example
White with #303F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F60; }
p { color: rgb(48,63,96); }
H1.HeaderClassName
{
color: #303F60;
}
.AnyTagClassName
{
color: #303F60;
}
</style>
background-color css
<style>
a { background-color: #303F60; }
a { background-color: rgb(48,63,96); }
div.DivClassName
{
background-color: #303F60;
}
.BgClassName
{
background-color: #303F60;
}
</style>
border-color css
<style>
span { border-color: #303F60; }
span { border-color: rgb(48,63,96); }
td.TdClassName
{
border-color: #303F60;
}
.TagClassName
{
border-color: #303F60;
}
</style>