Shades of Gulf Blue #303B5C
Tints of Gulf Blue #303B5C
RGB
CMYK
RGB Variations
Color information
#303B5C (or 0x303B5C) is known color: Gulf Blue. HEX triplet: 30, 3B and 5C. RGB value is (48,59,92). Sum of RGB (Red+Green+Blue) = 48+59+92=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #303B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B5C is #CFC4A3. Grayscale: #3B3B3B. Windows color (decimal): -13616292 or 6044464. OLE color: 6044464.
HSL color Cylindrical-coordinate representation of color #303B5C: hue angle of 225º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #303B5C is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 59 | 92 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.64 |
| HSL | 225º | 0.31% | 0.27% | - |
| HSV(B) | 225º | 0.48% | 0.36% | - |
| XYZ | 4.71 | 4.53 | 10.75 | - |
| YUV | 59.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 92 | 0.48 | 0.36 | 0 | 0.64 | 225 | 0.31 | 0.27 |
| Hex | 30 | 3B | 5C | 30 | 24 | 0 | 40 | E1 | 1F | 1B |
| Octal | 60 | 73 | 134 | 60 | 44 | 0 | 100 | 341 | 37 | 33 |
| Binary | 110000 | 111011 | 1011100 | 110000 | 100100 | 0 | 1000000 | 11100001 | 11111 | 11011 |
Color Harmonies of #303B5C
Complementary color
Monochromatic Colors of #303B5C
Black with #303B5C
Text Example
Text Example
White with #303B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B5C; }
p { color: rgb(48,59,92); }
H1.HeaderClassName
{
color: #303B5C;
}
.AnyTagClassName
{
color: #303B5C;
}
</style>
background-color css
<style>
a { background-color: #303B5C; }
a { background-color: rgb(48,59,92); }
div.DivClassName
{
background-color: #303B5C;
}
.BgClassName
{
background-color: #303B5C;
}
</style>
border-color css
<style>
span { border-color: #303B5C; }
span { border-color: rgb(48,59,92); }
td.TdClassName
{
border-color: #303B5C;
}
.TagClassName
{
border-color: #303B5C;
}
</style>