Shades of Gulf Blue #303C5C
Tints of Gulf Blue #303C5C
RGB
CMYK
RGB Variations
Color information
#303C5C (or 0x303C5C) is known color: Gulf Blue. HEX triplet: 30, 3C and 5C. RGB value is (48,60,92). Sum of RGB (Red+Green+Blue) = 48+60+92=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #303C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C5C is #CFC3A3. Grayscale: #3B3B3B. Windows color (decimal): -13616036 or 6044720. OLE color: 6044720.
HSL color Cylindrical-coordinate representation of color #303C5C: hue angle of 223.64º 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 #303C5C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 60 | 92 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.64 |
| HSL | 223.64º | 0.31% | 0.27% | - |
| HSV(B) | 223.64º | 0.48% | 0.36% | - |
| XYZ | 4.77 | 4.63 | 10.77 | - |
| YUV | 60.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 92 | 0.48 | 0.35 | 0 | 0.64 | 223.64 | 0.31 | 0.27 |
| Hex | 30 | 3C | 5C | 30 | 23 | 0 | 40 | E0 | 1F | 1B |
| Octal | 60 | 74 | 134 | 60 | 43 | 0 | 100 | 340 | 37 | 33 |
| Binary | 110000 | 111100 | 1011100 | 110000 | 100011 | 0 | 1000000 | 11100000 | 11111 | 11011 |
Color Harmonies of #303C5C
Complementary color
Monochromatic Colors of #303C5C
Black with #303C5C
Text Example
Text Example
White with #303C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C5C; }
p { color: rgb(48,60,92); }
H1.HeaderClassName
{
color: #303C5C;
}
.AnyTagClassName
{
color: #303C5C;
}
</style>
background-color css
<style>
a { background-color: #303C5C; }
a { background-color: rgb(48,60,92); }
div.DivClassName
{
background-color: #303C5C;
}
.BgClassName
{
background-color: #303C5C;
}
</style>
border-color css
<style>
span { border-color: #303C5C; }
span { border-color: rgb(48,60,92); }
td.TdClassName
{
border-color: #303C5C;
}
.TagClassName
{
border-color: #303C5C;
}
</style>