Shades of Gulf Blue #32435F
Tints of Gulf Blue #32435F
RGB
CMYK
RGB Variations
Color information
#32435F (or 0x32435F) is known color: Gulf Blue. HEX triplet: 32, 43 and 5F. RGB value is (50,67,95). Sum of RGB (Red+Green+Blue) = 50+67+95=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #32435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32435F is #CDBCA0. Grayscale: #404040. Windows color (decimal): -13483169 or 6243122. OLE color: 6243122.
HSL color Cylindrical-coordinate representation of color #32435F: hue angle of 217.33º 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 #32435F is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 67 | 95 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.63 |
| HSL | 217.33º | 0.31% | 0.28% | - |
| HSV(B) | 217.33º | 0.47% | 0.37% | - |
| XYZ | 5.39 | 5.52 | 11.61 | - |
| YUV | 65.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 95 | 0.47 | 0.29 | 0 | 0.63 | 217.33 | 0.31 | 0.28 |
| Hex | 32 | 43 | 5F | 2F | 1D | 0 | 3F | D9 | 1F | 1C |
| Octal | 62 | 103 | 137 | 57 | 35 | 0 | 77 | 331 | 37 | 34 |
| Binary | 110010 | 1000011 | 1011111 | 101111 | 11101 | 0 | 111111 | 11011001 | 11111 | 11100 |
Color Harmonies of #32435F
Complementary color
Monochromatic Colors of #32435F
Black with #32435F
Text Example
Text Example
White with #32435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32435F; }
p { color: rgb(50,67,95); }
H1.HeaderClassName
{
color: #32435F;
}
.AnyTagClassName
{
color: #32435F;
}
</style>
background-color css
<style>
a { background-color: #32435F; }
a { background-color: rgb(50,67,95); }
div.DivClassName
{
background-color: #32435F;
}
.BgClassName
{
background-color: #32435F;
}
</style>
border-color css
<style>
span { border-color: #32435F; }
span { border-color: rgb(50,67,95); }
td.TdClassName
{
border-color: #32435F;
}
.TagClassName
{
border-color: #32435F;
}
</style>