Shades of Gulf Blue #303D60
Tints of Gulf Blue #303D60
RGB
CMYK
RGB Variations
Color information
#303D60 (or 0x303D60) is known color: Gulf Blue. HEX triplet: 30, 3D and 60. RGB value is (48,61,96). Sum of RGB (Red+Green+Blue) = 48+61+96=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #303D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D60 is #CFC29F. Grayscale: #3C3C3C. Windows color (decimal): -13615776 or 6307120. OLE color: 6307120.
HSL color Cylindrical-coordinate representation of color #303D60: hue angle of 223.75º 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 #303D60 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 61 | 96 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.62 |
| HSL | 223.75º | 0.33% | 0.28% | - |
| HSV(B) | 223.75º | 0.5% | 0.38% | - |
| XYZ | 5 | 4.81 | 11.73 | - |
| YUV | 61.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 96 | 0.50 | 0.36 | 0 | 0.62 | 223.75 | 0.33 | 0.28 |
| Hex | 30 | 3D | 60 | 32 | 24 | 0 | 3E | E0 | 21 | 1C |
| Octal | 60 | 75 | 140 | 62 | 44 | 0 | 76 | 340 | 41 | 34 |
| Binary | 110000 | 111101 | 1100000 | 110010 | 100100 | 0 | 111110 | 11100000 | 100001 | 11100 |
Color Harmonies of #303D60
Complementary color
Monochromatic Colors of #303D60
Black with #303D60
Text Example
Text Example
White with #303D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D60; }
p { color: rgb(48,61,96); }
H1.HeaderClassName
{
color: #303D60;
}
.AnyTagClassName
{
color: #303D60;
}
</style>
background-color css
<style>
a { background-color: #303D60; }
a { background-color: rgb(48,61,96); }
div.DivClassName
{
background-color: #303D60;
}
.BgClassName
{
background-color: #303D60;
}
</style>
border-color css
<style>
span { border-color: #303D60; }
span { border-color: rgb(48,61,96); }
td.TdClassName
{
border-color: #303D60;
}
.TagClassName
{
border-color: #303D60;
}
</style>