Shades of Gulf Blue #303C61
Tints of Gulf Blue #303C61
RGB
CMYK
RGB Variations
Color information
#303C61 (or 0x303C61) is known color: Gulf Blue. HEX triplet: 30, 3C and 61. RGB value is (48,60,97). Sum of RGB (Red+Green+Blue) = 48+60+97=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #303C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C61 is #CFC39E. Grayscale: #3C3C3C. Windows color (decimal): -13616031 or 6372400. OLE color: 6372400.
HSL color Cylindrical-coordinate representation of color #303C61: hue angle of 225.31º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303C61 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 60 | 97 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.62 |
| HSL | 225.31º | 0.34% | 0.28% | - |
| HSV(B) | 225.31º | 0.51% | 0.38% | - |
| XYZ | 4.99 | 4.72 | 11.96 | - |
| YUV | 60.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 97 | 0.51 | 0.38 | 0 | 0.62 | 225.31 | 0.34 | 0.28 |
| Hex | 30 | 3C | 61 | 33 | 26 | 0 | 3E | E1 | 22 | 1C |
| Octal | 60 | 74 | 141 | 63 | 46 | 0 | 76 | 341 | 42 | 34 |
| Binary | 110000 | 111100 | 1100001 | 110011 | 100110 | 0 | 111110 | 11100001 | 100010 | 11100 |
Color Harmonies of #303C61
Complementary color
Monochromatic Colors of #303C61
Black with #303C61
Text Example
Text Example
White with #303C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C61; }
p { color: rgb(48,60,97); }
H1.HeaderClassName
{
color: #303C61;
}
.AnyTagClassName
{
color: #303C61;
}
</style>
background-color css
<style>
a { background-color: #303C61; }
a { background-color: rgb(48,60,97); }
div.DivClassName
{
background-color: #303C61;
}
.BgClassName
{
background-color: #303C61;
}
</style>
border-color css
<style>
span { border-color: #303C61; }
span { border-color: rgb(48,60,97); }
td.TdClassName
{
border-color: #303C61;
}
.TagClassName
{
border-color: #303C61;
}
</style>