Shades of Gulf Blue #304165
Tints of Gulf Blue #304165
RGB
CMYK
RGB Variations
Color information
#304165 (or 0x304165) is known color: Gulf Blue. HEX triplet: 30, 41 and 65. RGB value is (48,65,101). Sum of RGB (Red+Green+Blue) = 48+65+101=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #304165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304165 is #CFBE9A. Grayscale: #3F3F3F. Windows color (decimal): -13614747 or 6635824. OLE color: 6635824.
HSL color Cylindrical-coordinate representation of color #304165: hue angle of 220.75º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304165 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 65 | 101 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.60 |
| HSL | 220.75º | 0.36% | 0.29% | - |
| HSV(B) | 220.75º | 0.52% | 0.4% | - |
| XYZ | 5.46 | 5.35 | 13.06 | - |
| YUV | 64.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 101 | 0.52 | 0.36 | 0 | 0.60 | 220.75 | 0.36 | 0.29 |
| Hex | 30 | 41 | 65 | 34 | 24 | 0 | 3C | DD | 24 | 1D |
| Octal | 60 | 101 | 145 | 64 | 44 | 0 | 74 | 335 | 44 | 35 |
| Binary | 110000 | 1000001 | 1100101 | 110100 | 100100 | 0 | 111100 | 11011101 | 100100 | 11101 |
Color Harmonies of #304165
Complementary color
Monochromatic Colors of #304165
Black with #304165
Text Example
Text Example
White with #304165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304165; }
p { color: rgb(48,65,101); }
H1.HeaderClassName
{
color: #304165;
}
.AnyTagClassName
{
color: #304165;
}
</style>
background-color css
<style>
a { background-color: #304165; }
a { background-color: rgb(48,65,101); }
div.DivClassName
{
background-color: #304165;
}
.BgClassName
{
background-color: #304165;
}
</style>
border-color css
<style>
span { border-color: #304165; }
span { border-color: rgb(48,65,101); }
td.TdClassName
{
border-color: #304165;
}
.TagClassName
{
border-color: #304165;
}
</style>