Shades of Gulf Blue #304565
Tints of Gulf Blue #304565
RGB
CMYK
RGB Variations
Color information
#304565 (or 0x304565) is known color: Gulf Blue. HEX triplet: 30, 45 and 65. RGB value is (48,69,101). Sum of RGB (Red+Green+Blue) = 48+69+101=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #304565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304565 is #CFBA9A. Grayscale: #424242. Windows color (decimal): -13613723 or 6636848. OLE color: 6636848.
HSL color Cylindrical-coordinate representation of color #304565: hue angle of 216.23º 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 #304565 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 69 | 101 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.60 |
| HSL | 216.23º | 0.36% | 0.29% | - |
| HSV(B) | 216.23º | 0.52% | 0.4% | - |
| XYZ | 5.7 | 5.82 | 13.14 | - |
| YUV | 66.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 101 | 0.52 | 0.32 | 0 | 0.60 | 216.23 | 0.36 | 0.29 |
| Hex | 30 | 45 | 65 | 34 | 20 | 0 | 3C | D8 | 24 | 1D |
| Octal | 60 | 105 | 145 | 64 | 40 | 0 | 74 | 330 | 44 | 35 |
| Binary | 110000 | 1000101 | 1100101 | 110100 | 100000 | 0 | 111100 | 11011000 | 100100 | 11101 |
Color Harmonies of #304565
Complementary color
Monochromatic Colors of #304565
Black with #304565
Text Example
Text Example
White with #304565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304565; }
p { color: rgb(48,69,101); }
H1.HeaderClassName
{
color: #304565;
}
.AnyTagClassName
{
color: #304565;
}
</style>
background-color css
<style>
a { background-color: #304565; }
a { background-color: rgb(48,69,101); }
div.DivClassName
{
background-color: #304565;
}
.BgClassName
{
background-color: #304565;
}
</style>
border-color css
<style>
span { border-color: #304565; }
span { border-color: rgb(48,69,101); }
td.TdClassName
{
border-color: #304565;
}
.TagClassName
{
border-color: #304565;
}
</style>