Shades of Gulf Blue #30395A
Tints of Gulf Blue #30395A
RGB
CMYK
RGB Variations
Color information
#30395A (or 0x30395A) is known color: Gulf Blue. HEX triplet: 30, 39 and 5A. RGB value is (48,57,90). Sum of RGB (Red+Green+Blue) = 48+57+90=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #30395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30395A is #CFC6A5. Grayscale: #393939. Windows color (decimal): -13616806 or 5912880. OLE color: 5912880.
HSL color Cylindrical-coordinate representation of color #30395A: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30395A is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 57 | 90 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.65 |
| HSL | 227.14º | 0.3% | 0.27% | - |
| HSV(B) | 227.14º | 0.47% | 0.35% | - |
| XYZ | 4.53 | 4.29 | 10.26 | - |
| YUV | 58.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 90 | 0.47 | 0.37 | 0 | 0.65 | 227.14 | 0.3 | 0.27 |
| Hex | 30 | 39 | 5A | 2F | 25 | 0 | 41 | E3 | 1E | 1B |
| Octal | 60 | 71 | 132 | 57 | 45 | 0 | 101 | 343 | 36 | 33 |
| Binary | 110000 | 111001 | 1011010 | 101111 | 100101 | 0 | 1000001 | 11100011 | 11110 | 11011 |
Color Harmonies of #30395A
Complementary color
Monochromatic Colors of #30395A
Black with #30395A
Text Example
Text Example
White with #30395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30395A; }
p { color: rgb(48,57,90); }
H1.HeaderClassName
{
color: #30395A;
}
.AnyTagClassName
{
color: #30395A;
}
</style>
background-color css
<style>
a { background-color: #30395A; }
a { background-color: rgb(48,57,90); }
div.DivClassName
{
background-color: #30395A;
}
.BgClassName
{
background-color: #30395A;
}
</style>
border-color css
<style>
span { border-color: #30395A; }
span { border-color: rgb(48,57,90); }
td.TdClassName
{
border-color: #30395A;
}
.TagClassName
{
border-color: #30395A;
}
</style>