Shades of Gulf Blue #303D5C
Tints of Gulf Blue #303D5C
RGB
CMYK
RGB Variations
Color information
#303D5C (or 0x303D5C) is known color: Gulf Blue. HEX triplet: 30, 3D and 5C. RGB value is (48,61,92). Sum of RGB (Red+Green+Blue) = 48+61+92=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #303D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5C is #CFC2A3. Grayscale: #3C3C3C. Windows color (decimal): -13615780 or 6044976. OLE color: 6044976.
HSL color Cylindrical-coordinate representation of color #303D5C: hue angle of 222.27º 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 #303D5C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 61 | 92 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.64 |
| HSL | 222.27º | 0.31% | 0.27% | - |
| HSV(B) | 222.27º | 0.48% | 0.36% | - |
| XYZ | 4.82 | 4.74 | 10.79 | - |
| YUV | 60.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 92 | 0.48 | 0.34 | 0 | 0.64 | 222.27 | 0.31 | 0.27 |
| Hex | 30 | 3D | 5C | 30 | 22 | 0 | 40 | DE | 1F | 1B |
| Octal | 60 | 75 | 134 | 60 | 42 | 0 | 100 | 336 | 37 | 33 |
| Binary | 110000 | 111101 | 1011100 | 110000 | 100010 | 0 | 1000000 | 11011110 | 11111 | 11011 |
Color Harmonies of #303D5C
Complementary color
Monochromatic Colors of #303D5C
Black with #303D5C
Text Example
Text Example
White with #303D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D5C; }
p { color: rgb(48,61,92); }
H1.HeaderClassName
{
color: #303D5C;
}
.AnyTagClassName
{
color: #303D5C;
}
</style>
background-color css
<style>
a { background-color: #303D5C; }
a { background-color: rgb(48,61,92); }
div.DivClassName
{
background-color: #303D5C;
}
.BgClassName
{
background-color: #303D5C;
}
</style>
border-color css
<style>
span { border-color: #303D5C; }
span { border-color: rgb(48,61,92); }
td.TdClassName
{
border-color: #303D5C;
}
.TagClassName
{
border-color: #303D5C;
}
</style>