Shades of Gulf Blue #303B5B
Tints of Gulf Blue #303B5B
RGB
CMYK
RGB Variations
Color information
#303B5B (or 0x303B5B) is known color: Gulf Blue. HEX triplet: 30, 3B and 5B. RGB value is (48,59,91). Sum of RGB (Red+Green+Blue) = 48+59+91=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #303B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B5B is #CFC4A4. Grayscale: #3B3B3B. Windows color (decimal): -13616293 or 5978928. OLE color: 5978928.
HSL color Cylindrical-coordinate representation of color #303B5B: hue angle of 224.65º 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 #303B5B is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 59 | 91 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.64 |
| HSL | 224.65º | 0.31% | 0.27% | - |
| HSV(B) | 224.65º | 0.47% | 0.36% | - |
| XYZ | 4.67 | 4.51 | 10.52 | - |
| YUV | 59.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 91 | 0.47 | 0.35 | 0 | 0.64 | 224.65 | 0.31 | 0.27 |
| Hex | 30 | 3B | 5B | 2F | 23 | 0 | 40 | E1 | 1F | 1B |
| Octal | 60 | 73 | 133 | 57 | 43 | 0 | 100 | 341 | 37 | 33 |
| Binary | 110000 | 111011 | 1011011 | 101111 | 100011 | 0 | 1000000 | 11100001 | 11111 | 11011 |
Color Harmonies of #303B5B
Complementary color
Monochromatic Colors of #303B5B
Black with #303B5B
Text Example
Text Example
White with #303B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B5B; }
p { color: rgb(48,59,91); }
H1.HeaderClassName
{
color: #303B5B;
}
.AnyTagClassName
{
color: #303B5B;
}
</style>
background-color css
<style>
a { background-color: #303B5B; }
a { background-color: rgb(48,59,91); }
div.DivClassName
{
background-color: #303B5B;
}
.BgClassName
{
background-color: #303B5B;
}
</style>
border-color css
<style>
span { border-color: #303B5B; }
span { border-color: rgb(48,59,91); }
td.TdClassName
{
border-color: #303B5B;
}
.TagClassName
{
border-color: #303B5B;
}
</style>