Shades of Gulf Blue #304166
Tints of Gulf Blue #304166
RGB
CMYK
RGB Variations
Color information
#304166 (or 0x304166) is known color: Gulf Blue. HEX triplet: 30, 41 and 66. RGB value is (48,65,102). Sum of RGB (Red+Green+Blue) = 48+65+102=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #304166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304166 is #CFBE99. Grayscale: #3F3F3F. Windows color (decimal): -13614746 or 6701360. OLE color: 6701360.
HSL color Cylindrical-coordinate representation of color #304166: hue angle of 221.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304166 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 65 | 102 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.6 |
| HSL | 221.11º | 0.36% | 0.29% | - |
| HSV(B) | 221.11º | 0.53% | 0.4% | - |
| XYZ | 5.51 | 5.37 | 13.32 | - |
| YUV | 64.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 102 | 0.53 | 0.36 | 0 | 0.6 | 221.11 | 0.36 | 0.29 |
| Hex | 30 | 41 | 66 | 35 | 24 | 0 | 3C | DD | 24 | 1D |
| Octal | 60 | 101 | 146 | 65 | 44 | 0 | 74 | 335 | 44 | 35 |
| Binary | 110000 | 1000001 | 1100110 | 110101 | 100100 | 0 | 111100 | 11011101 | 100100 | 11101 |
Color Harmonies of #304166
Complementary color
Monochromatic Colors of #304166
Black with #304166
Text Example
Text Example
White with #304166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304166; }
p { color: rgb(48,65,102); }
H1.HeaderClassName
{
color: #304166;
}
.AnyTagClassName
{
color: #304166;
}
</style>
background-color css
<style>
a { background-color: #304166; }
a { background-color: rgb(48,65,102); }
div.DivClassName
{
background-color: #304166;
}
.BgClassName
{
background-color: #304166;
}
</style>
border-color css
<style>
span { border-color: #304166; }
span { border-color: rgb(48,65,102); }
td.TdClassName
{
border-color: #304166;
}
.TagClassName
{
border-color: #304166;
}
</style>