Shades of Gulf Blue #30385A
Tints of Gulf Blue #30385A
RGB
CMYK
RGB Variations
Color information
#30385A (or 0x30385A) is known color: Gulf Blue. HEX triplet: 30, 38 and 5A. RGB value is (48,56,90). Sum of RGB (Red+Green+Blue) = 48+56+90=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #30385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385A is #CFC7A5. Grayscale: #393939. Windows color (decimal): -13617062 or 5912624. OLE color: 5912624.
HSL color Cylindrical-coordinate representation of color #30385A: hue angle of 228.57º 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 #30385A is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 56 | 90 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.65 |
| HSL | 228.57º | 0.3% | 0.27% | - |
| HSV(B) | 228.57º | 0.47% | 0.35% | - |
| XYZ | 4.48 | 4.19 | 10.25 | - |
| YUV | 57.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 90 | 0.47 | 0.38 | 0 | 0.65 | 228.57 | 0.3 | 0.27 |
| Hex | 30 | 38 | 5A | 2F | 26 | 0 | 41 | E5 | 1E | 1B |
| Octal | 60 | 70 | 132 | 57 | 46 | 0 | 101 | 345 | 36 | 33 |
| Binary | 110000 | 111000 | 1011010 | 101111 | 100110 | 0 | 1000001 | 11100101 | 11110 | 11011 |
Color Harmonies of #30385A
Complementary color
Monochromatic Colors of #30385A
Black with #30385A
Text Example
Text Example
White with #30385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30385A; }
p { color: rgb(48,56,90); }
H1.HeaderClassName
{
color: #30385A;
}
.AnyTagClassName
{
color: #30385A;
}
</style>
background-color css
<style>
a { background-color: #30385A; }
a { background-color: rgb(48,56,90); }
div.DivClassName
{
background-color: #30385A;
}
.BgClassName
{
background-color: #30385A;
}
</style>
border-color css
<style>
span { border-color: #30385A; }
span { border-color: rgb(48,56,90); }
td.TdClassName
{
border-color: #30385A;
}
.TagClassName
{
border-color: #30385A;
}
</style>