Shades of Gulf Blue #304365
Tints of Gulf Blue #304365
RGB
CMYK
RGB Variations
Color information
#304365 (or 0x304365) is known color: Gulf Blue. HEX triplet: 30, 43 and 65. RGB value is (48,67,101). Sum of RGB (Red+Green+Blue) = 48+67+101=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #304365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304365 is #CFBC9A. Grayscale: #414141. Windows color (decimal): -13614235 or 6636336. OLE color: 6636336.
HSL color Cylindrical-coordinate representation of color #304365: hue angle of 218.49º 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 #304365 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 67 | 101 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.60 |
| HSL | 218.49º | 0.36% | 0.29% | - |
| HSV(B) | 218.49º | 0.52% | 0.4% | - |
| XYZ | 5.58 | 5.58 | 13.1 | - |
| YUV | 65.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 101 | 0.52 | 0.34 | 0 | 0.60 | 218.49 | 0.36 | 0.29 |
| Hex | 30 | 43 | 65 | 34 | 22 | 0 | 3C | DA | 24 | 1D |
| Octal | 60 | 103 | 145 | 64 | 42 | 0 | 74 | 332 | 44 | 35 |
| Binary | 110000 | 1000011 | 1100101 | 110100 | 100010 | 0 | 111100 | 11011010 | 100100 | 11101 |
Color Harmonies of #304365
Complementary color
Monochromatic Colors of #304365
Black with #304365
Text Example
Text Example
White with #304365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304365; }
p { color: rgb(48,67,101); }
H1.HeaderClassName
{
color: #304365;
}
.AnyTagClassName
{
color: #304365;
}
</style>
background-color css
<style>
a { background-color: #304365; }
a { background-color: rgb(48,67,101); }
div.DivClassName
{
background-color: #304365;
}
.BgClassName
{
background-color: #304365;
}
</style>
border-color css
<style>
span { border-color: #304365; }
span { border-color: rgb(48,67,101); }
td.TdClassName
{
border-color: #304365;
}
.TagClassName
{
border-color: #304365;
}
</style>