Shades of Gulf Blue #32425E
Tints of Gulf Blue #32425E
RGB
CMYK
RGB Variations
Color information
#32425E (or 0x32425E) is known color: Gulf Blue. HEX triplet: 32, 42 and 5E. RGB value is (50,66,94). Sum of RGB (Red+Green+Blue) = 50+66+94=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #32425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425E is #CDBDA1. Grayscale: #404040. Windows color (decimal): -13483426 or 6177330. OLE color: 6177330.
HSL color Cylindrical-coordinate representation of color #32425E: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32425E is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 66 | 94 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.63 |
| HSL | 218.18º | 0.31% | 0.28% | - |
| HSV(B) | 218.18º | 0.47% | 0.37% | - |
| XYZ | 5.28 | 5.38 | 11.35 | - |
| YUV | 64.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 94 | 0.47 | 0.30 | 0 | 0.63 | 218.18 | 0.31 | 0.28 |
| Hex | 32 | 42 | 5E | 2F | 1E | 0 | 3F | DA | 1F | 1C |
| Octal | 62 | 102 | 136 | 57 | 36 | 0 | 77 | 332 | 37 | 34 |
| Binary | 110010 | 1000010 | 1011110 | 101111 | 11110 | 0 | 111111 | 11011010 | 11111 | 11100 |
Color Harmonies of #32425E
Complementary color
Monochromatic Colors of #32425E
Black with #32425E
Text Example
Text Example
White with #32425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32425E; }
p { color: rgb(50,66,94); }
H1.HeaderClassName
{
color: #32425E;
}
.AnyTagClassName
{
color: #32425E;
}
</style>
background-color css
<style>
a { background-color: #32425E; }
a { background-color: rgb(50,66,94); }
div.DivClassName
{
background-color: #32425E;
}
.BgClassName
{
background-color: #32425E;
}
</style>
border-color css
<style>
span { border-color: #32425E; }
span { border-color: rgb(50,66,94); }
td.TdClassName
{
border-color: #32425E;
}
.TagClassName
{
border-color: #32425E;
}
</style>