Shades of Persian Blue #3331BB
Tints of Persian Blue #3331BB
RGB
CMYK
RGB Variations
Color information
#3331BB (or 0x3331BB) is known color: Persian Blue. HEX triplet: 33, 31 and BB. RGB value is (51,49,187). Sum of RGB (Red+Green+Blue) = 51+49+187=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #3331BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331BB is #CCCE44. Grayscale: #404040. Windows color (decimal): -13422149 or 12267827. OLE color: 12267827.
HSL color Cylindrical-coordinate representation of color #3331BB: hue angle of 240.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3331BB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 49 | 187 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.27 |
| HSL | 240.87º | 0.58% | 0.46% | - |
| HSV(B) | 240.87º | 0.74% | 0.73% | - |
| XYZ | 11.43 | 6.49 | 47.66 | - |
| YUV | 65.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 187 | 0.73 | 0.74 | 0 | 0.27 | 240.87 | 0.58 | 0.46 |
| Hex | 33 | 31 | BB | 49 | 4A | 0 | 1B | F1 | 3A | 2E |
| Octal | 63 | 61 | 273 | 111 | 112 | 0 | 33 | 361 | 72 | 56 |
| Binary | 110011 | 110001 | 10111011 | 1001001 | 1001010 | 0 | 11011 | 11110001 | 111010 | 101110 |
Color Harmonies of #3331BB
Complementary color
Monochromatic Colors of #3331BB
Black with #3331BB
Text Example
Text Example
White with #3331BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3331BB; }
p { color: rgb(51,49,187); }
H1.HeaderClassName
{
color: #3331BB;
}
.AnyTagClassName
{
color: #3331BB;
}
</style>
background-color css
<style>
a { background-color: #3331BB; }
a { background-color: rgb(51,49,187); }
div.DivClassName
{
background-color: #3331BB;
}
.BgClassName
{
background-color: #3331BB;
}
</style>
border-color css
<style>
span { border-color: #3331BB; }
span { border-color: rgb(51,49,187); }
td.TdClassName
{
border-color: #3331BB;
}
.TagClassName
{
border-color: #3331BB;
}
</style>