Shades of Gulf Blue #304064
Tints of Gulf Blue #304064
RGB
CMYK
RGB Variations
Color information
#304064 (or 0x304064) is known color: Gulf Blue. HEX triplet: 30, 40 and 64. RGB value is (48,64,100). Sum of RGB (Red+Green+Blue) = 48+64+100=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #304064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304064 is #CFBF9B. Grayscale: #3F3F3F. Windows color (decimal): -13615004 or 6570032. OLE color: 6570032.
HSL color Cylindrical-coordinate representation of color #304064: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304064 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 64 | 100 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.61 |
| HSL | 221.54º | 0.35% | 0.29% | - |
| HSV(B) | 221.54º | 0.52% | 0.39% | - |
| XYZ | 5.35 | 5.22 | 12.78 | - |
| YUV | 63.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 100 | 0.52 | 0.36 | 0 | 0.61 | 221.54 | 0.35 | 0.29 |
| Hex | 30 | 40 | 64 | 34 | 24 | 0 | 3D | DE | 23 | 1D |
| Octal | 60 | 100 | 144 | 64 | 44 | 0 | 75 | 336 | 43 | 35 |
| Binary | 110000 | 1000000 | 1100100 | 110100 | 100100 | 0 | 111101 | 11011110 | 100011 | 11101 |
Color Harmonies of #304064
Complementary color
Monochromatic Colors of #304064
Black with #304064
Text Example
Text Example
White with #304064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304064; }
p { color: rgb(48,64,100); }
H1.HeaderClassName
{
color: #304064;
}
.AnyTagClassName
{
color: #304064;
}
</style>
background-color css
<style>
a { background-color: #304064; }
a { background-color: rgb(48,64,100); }
div.DivClassName
{
background-color: #304064;
}
.BgClassName
{
background-color: #304064;
}
</style>
border-color css
<style>
span { border-color: #304064; }
span { border-color: rgb(48,64,100); }
td.TdClassName
{
border-color: #304064;
}
.TagClassName
{
border-color: #304064;
}
</style>