Shades of Gulf Blue #303D5F
Tints of Gulf Blue #303D5F
RGB
CMYK
RGB Variations
Color information
#303D5F (or 0x303D5F) is known color: Gulf Blue. HEX triplet: 30, 3D and 5F. RGB value is (48,61,95). Sum of RGB (Red+Green+Blue) = 48+61+95=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #303D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5F is #CFC2A0. Grayscale: #3C3C3C. Windows color (decimal): -13615777 or 6241584. OLE color: 6241584.
HSL color Cylindrical-coordinate representation of color #303D5F: hue angle of 223.4º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #303D5F is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 61 | 95 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.63 |
| HSL | 223.4º | 0.33% | 0.28% | - |
| HSV(B) | 223.4º | 0.49% | 0.37% | - |
| XYZ | 4.95 | 4.79 | 11.49 | - |
| YUV | 60.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 95 | 0.49 | 0.36 | 0 | 0.63 | 223.4 | 0.33 | 0.28 |
| Hex | 30 | 3D | 5F | 31 | 24 | 0 | 3F | DF | 21 | 1C |
| Octal | 60 | 75 | 137 | 61 | 44 | 0 | 77 | 337 | 41 | 34 |
| Binary | 110000 | 111101 | 1011111 | 110001 | 100100 | 0 | 111111 | 11011111 | 100001 | 11100 |
Color Harmonies of #303D5F
Complementary color
Monochromatic Colors of #303D5F
Black with #303D5F
Text Example
Text Example
White with #303D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D5F; }
p { color: rgb(48,61,95); }
H1.HeaderClassName
{
color: #303D5F;
}
.AnyTagClassName
{
color: #303D5F;
}
</style>
background-color css
<style>
a { background-color: #303D5F; }
a { background-color: rgb(48,61,95); }
div.DivClassName
{
background-color: #303D5F;
}
.BgClassName
{
background-color: #303D5F;
}
</style>
border-color css
<style>
span { border-color: #303D5F; }
span { border-color: rgb(48,61,95); }
td.TdClassName
{
border-color: #303D5F;
}
.TagClassName
{
border-color: #303D5F;
}
</style>