Shades of Gulf Blue #33415D
Tints of Gulf Blue #33415D
RGB
CMYK
RGB Variations
Color information
#33415D (or 0x33415D) is known color: Gulf Blue. HEX triplet: 33, 41 and 5D. RGB value is (51,65,93). Sum of RGB (Red+Green+Blue) = 51+65+93=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #33415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33415D is #CCBEA2. Grayscale: #3F3F3F. Windows color (decimal): -13418147 or 6111539. OLE color: 6111539.
HSL color Cylindrical-coordinate representation of color #33415D: hue angle of 220º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33415D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 65 | 93 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.64 |
| HSL | 220º | 0.29% | 0.28% | - |
| HSV(B) | 220º | 0.45% | 0.36% | - |
| XYZ | 5.23 | 5.27 | 11.1 | - |
| YUV | 64.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 93 | 0.45 | 0.30 | 0 | 0.64 | 220 | 0.29 | 0.28 |
| Hex | 33 | 41 | 5D | 2D | 1E | 0 | 40 | DC | 1D | 1C |
| Octal | 63 | 101 | 135 | 55 | 36 | 0 | 100 | 334 | 35 | 34 |
| Binary | 110011 | 1000001 | 1011101 | 101101 | 11110 | 0 | 1000000 | 11011100 | 11101 | 11100 |
Color Harmonies of #33415D
Complementary color
Monochromatic Colors of #33415D
Black with #33415D
Text Example
Text Example
White with #33415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33415D; }
p { color: rgb(51,65,93); }
H1.HeaderClassName
{
color: #33415D;
}
.AnyTagClassName
{
color: #33415D;
}
</style>
background-color css
<style>
a { background-color: #33415D; }
a { background-color: rgb(51,65,93); }
div.DivClassName
{
background-color: #33415D;
}
.BgClassName
{
background-color: #33415D;
}
</style>
border-color css
<style>
span { border-color: #33415D; }
span { border-color: rgb(51,65,93); }
td.TdClassName
{
border-color: #33415D;
}
.TagClassName
{
border-color: #33415D;
}
</style>