Shades of Gulf Blue #33415E
Tints of Gulf Blue #33415E
RGB
CMYK
RGB Variations
Color information
#33415E (or 0x33415E) is known color: Gulf Blue. HEX triplet: 33, 41 and 5E. RGB value is (51,65,94). Sum of RGB (Red+Green+Blue) = 51+65+94=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 65 (25.78% from 255 or 30.95% 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 #33415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33415E is #CCBEA1. Grayscale: #3F3F3F. Windows color (decimal): -13418146 or 6177075. OLE color: 6177075.
HSL color Cylindrical-coordinate representation of color #33415E: hue angle of 220.47º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33415E is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 65 | 94 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.63 |
| HSL | 220.47º | 0.3% | 0.28% | - |
| HSV(B) | 220.47º | 0.46% | 0.37% | - |
| XYZ | 5.28 | 5.29 | 11.33 | - |
| YUV | 64.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 94 | 0.46 | 0.31 | 0 | 0.63 | 220.47 | 0.3 | 0.28 |
| Hex | 33 | 41 | 5E | 2E | 1F | 0 | 3F | DC | 1E | 1C |
| Octal | 63 | 101 | 136 | 56 | 37 | 0 | 77 | 334 | 36 | 34 |
| Binary | 110011 | 1000001 | 1011110 | 101110 | 11111 | 0 | 111111 | 11011100 | 11110 | 11100 |
Color Harmonies of #33415E
Complementary color
Monochromatic Colors of #33415E
Black with #33415E
Text Example
Text Example
White with #33415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33415E; }
p { color: rgb(51,65,94); }
H1.HeaderClassName
{
color: #33415E;
}
.AnyTagClassName
{
color: #33415E;
}
</style>
background-color css
<style>
a { background-color: #33415E; }
a { background-color: rgb(51,65,94); }
div.DivClassName
{
background-color: #33415E;
}
.BgClassName
{
background-color: #33415E;
}
</style>
border-color css
<style>
span { border-color: #33415E; }
span { border-color: rgb(51,65,94); }
td.TdClassName
{
border-color: #33415E;
}
.TagClassName
{
border-color: #33415E;
}
</style>