Shades of Gulf Blue #323F61
Tints of Gulf Blue #323F61
RGB
CMYK
RGB Variations
Color information
#323F61 (or 0x323F61) is known color: Gulf Blue. HEX triplet: 32, 3F and 61. RGB value is (50,63,97). Sum of RGB (Red+Green+Blue) = 50+63+97=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #323F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F61 is #CDC09E. Grayscale: #3E3E3E. Windows color (decimal): -13484191 or 6373170. OLE color: 6373170.
HSL color Cylindrical-coordinate representation of color #323F61: hue angle of 223.4º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323F61 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 63 | 97 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.62 |
| HSL | 223.4º | 0.32% | 0.29% | - |
| HSV(B) | 223.4º | 0.48% | 0.38% | - |
| XYZ | 5.25 | 5.1 | 12.02 | - |
| YUV | 62.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 97 | 0.48 | 0.35 | 0 | 0.62 | 223.4 | 0.32 | 0.29 |
| Hex | 32 | 3F | 61 | 30 | 23 | 0 | 3E | DF | 20 | 1D |
| Octal | 62 | 77 | 141 | 60 | 43 | 0 | 76 | 337 | 40 | 35 |
| Binary | 110010 | 111111 | 1100001 | 110000 | 100011 | 0 | 111110 | 11011111 | 100000 | 11101 |
Color Harmonies of #323F61
Complementary color
Monochromatic Colors of #323F61
Black with #323F61
Text Example
Text Example
White with #323F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F61; }
p { color: rgb(50,63,97); }
H1.HeaderClassName
{
color: #323F61;
}
.AnyTagClassName
{
color: #323F61;
}
</style>
background-color css
<style>
a { background-color: #323F61; }
a { background-color: rgb(50,63,97); }
div.DivClassName
{
background-color: #323F61;
}
.BgClassName
{
background-color: #323F61;
}
</style>
border-color css
<style>
span { border-color: #323F61; }
span { border-color: rgb(50,63,97); }
td.TdClassName
{
border-color: #323F61;
}
.TagClassName
{
border-color: #323F61;
}
</style>