Shades of Gulf Blue #30385B
Tints of Gulf Blue #30385B
RGB
CMYK
RGB Variations
Color information
#30385B (or 0x30385B) is known color: Gulf Blue. HEX triplet: 30, 38 and 5B. RGB value is (48,56,91). Sum of RGB (Red+Green+Blue) = 48+56+91=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #30385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385B is #CFC7A4. Grayscale: #393939. Windows color (decimal): -13617061 or 5978160. OLE color: 5978160.
HSL color Cylindrical-coordinate representation of color #30385B: hue angle of 228.84º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30385B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 56 | 91 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.64 |
| HSL | 228.84º | 0.31% | 0.27% | - |
| HSV(B) | 228.84º | 0.47% | 0.36% | - |
| XYZ | 4.52 | 4.21 | 10.47 | - |
| YUV | 57.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 91 | 0.47 | 0.38 | 0 | 0.64 | 228.84 | 0.31 | 0.27 |
| Hex | 30 | 38 | 5B | 2F | 26 | 0 | 40 | E5 | 1F | 1B |
| Octal | 60 | 70 | 133 | 57 | 46 | 0 | 100 | 345 | 37 | 33 |
| Binary | 110000 | 111000 | 1011011 | 101111 | 100110 | 0 | 1000000 | 11100101 | 11111 | 11011 |
Color Harmonies of #30385B
Complementary color
Monochromatic Colors of #30385B
Black with #30385B
Text Example
Text Example
White with #30385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30385B; }
p { color: rgb(48,56,91); }
H1.HeaderClassName
{
color: #30385B;
}
.AnyTagClassName
{
color: #30385B;
}
</style>
background-color css
<style>
a { background-color: #30385B; }
a { background-color: rgb(48,56,91); }
div.DivClassName
{
background-color: #30385B;
}
.BgClassName
{
background-color: #30385B;
}
</style>
border-color css
<style>
span { border-color: #30385B; }
span { border-color: rgb(48,56,91); }
td.TdClassName
{
border-color: #30385B;
}
.TagClassName
{
border-color: #30385B;
}
</style>