Shades of Gulf Blue #303D5A
Tints of Gulf Blue #303D5A
RGB
CMYK
RGB Variations
Color information
#303D5A (or 0x303D5A) is known color: Gulf Blue. HEX triplet: 30, 3D and 5A. RGB value is (48,61,90). Sum of RGB (Red+Green+Blue) = 48+61+90=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #303D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5A is #CFC2A5. Grayscale: #3C3C3C. Windows color (decimal): -13615782 or 5913904. OLE color: 5913904.
HSL color Cylindrical-coordinate representation of color #303D5A: hue angle of 221.43º 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 #303D5A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 61 | 90 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.65 |
| HSL | 221.43º | 0.3% | 0.27% | - |
| HSV(B) | 221.43º | 0.47% | 0.35% | - |
| XYZ | 4.73 | 4.7 | 10.33 | - |
| YUV | 60.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 90 | 0.47 | 0.32 | 0 | 0.65 | 221.43 | 0.3 | 0.27 |
| Hex | 30 | 3D | 5A | 2F | 20 | 0 | 41 | DD | 1E | 1B |
| Octal | 60 | 75 | 132 | 57 | 40 | 0 | 101 | 335 | 36 | 33 |
| Binary | 110000 | 111101 | 1011010 | 101111 | 100000 | 0 | 1000001 | 11011101 | 11110 | 11011 |
Color Harmonies of #303D5A
Complementary color
Monochromatic Colors of #303D5A
Black with #303D5A
Text Example
Text Example
White with #303D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D5A; }
p { color: rgb(48,61,90); }
H1.HeaderClassName
{
color: #303D5A;
}
.AnyTagClassName
{
color: #303D5A;
}
</style>
background-color css
<style>
a { background-color: #303D5A; }
a { background-color: rgb(48,61,90); }
div.DivClassName
{
background-color: #303D5A;
}
.BgClassName
{
background-color: #303D5A;
}
</style>
border-color css
<style>
span { border-color: #303D5A; }
span { border-color: rgb(48,61,90); }
td.TdClassName
{
border-color: #303D5A;
}
.TagClassName
{
border-color: #303D5A;
}
</style>