Shades of Gulf Blue #303F63
Tints of Gulf Blue #303F63
RGB
CMYK
RGB Variations
Color information
#303F63 (or 0x303F63) is known color: Gulf Blue. HEX triplet: 30, 3F and 63. RGB value is (48,63,99). Sum of RGB (Red+Green+Blue) = 48+63+99=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #303F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F63 is #CFC09C. Grayscale: #3E3E3E. Windows color (decimal): -13615261 or 6504240. OLE color: 6504240.
HSL color Cylindrical-coordinate representation of color #303F63: hue angle of 222.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303F63 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 63 | 99 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.61 |
| HSL | 222.35º | 0.35% | 0.29% | - |
| HSV(B) | 222.35º | 0.52% | 0.39% | - |
| XYZ | 5.25 | 5.08 | 12.51 | - |
| YUV | 62.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 99 | 0.52 | 0.36 | 0 | 0.61 | 222.35 | 0.35 | 0.29 |
| Hex | 30 | 3F | 63 | 34 | 24 | 0 | 3D | DE | 23 | 1D |
| Octal | 60 | 77 | 143 | 64 | 44 | 0 | 75 | 336 | 43 | 35 |
| Binary | 110000 | 111111 | 1100011 | 110100 | 100100 | 0 | 111101 | 11011110 | 100011 | 11101 |
Color Harmonies of #303F63
Complementary color
Monochromatic Colors of #303F63
Black with #303F63
Text Example
Text Example
White with #303F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F63; }
p { color: rgb(48,63,99); }
H1.HeaderClassName
{
color: #303F63;
}
.AnyTagClassName
{
color: #303F63;
}
</style>
background-color css
<style>
a { background-color: #303F63; }
a { background-color: rgb(48,63,99); }
div.DivClassName
{
background-color: #303F63;
}
.BgClassName
{
background-color: #303F63;
}
</style>
border-color css
<style>
span { border-color: #303F63; }
span { border-color: rgb(48,63,99); }
td.TdClassName
{
border-color: #303F63;
}
.TagClassName
{
border-color: #303F63;
}
</style>