Shades of Persian Blue #3330BB
Tints of Persian Blue #3330BB
RGB
CMYK
RGB Variations
Color information
#3330BB (or 0x3330BB) is known color: Persian Blue. HEX triplet: 33, 30 and BB. RGB value is (51,48,187). Sum of RGB (Red+Green+Blue) = 51+48+187=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #3330BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330BB is #CCCF44. Grayscale: #404040. Windows color (decimal): -13422405 or 12267571. OLE color: 12267571.
HSL color Cylindrical-coordinate representation of color #3330BB: hue angle of 241.29º degrees, saturation: 0.59, 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 #3330BB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 48 | 187 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.27 |
| HSL | 241.3º | 0.59% | 0.46% | - |
| HSV(B) | 241.3º | 0.74% | 0.73% | - |
| XYZ | 11.39 | 6.41 | 47.65 | - |
| YUV | 64.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 187 | 0.73 | 0.74 | 0 | 0.27 | 241.3 | 0.59 | 0.46 |
| Hex | 33 | 30 | BB | 49 | 4A | 0 | 1B | F1 | 3B | 2E |
| Octal | 63 | 60 | 273 | 111 | 112 | 0 | 33 | 361 | 73 | 56 |
| Binary | 110011 | 110000 | 10111011 | 1001001 | 1001010 | 0 | 11011 | 11110001 | 111011 | 101110 |
Color Harmonies of #3330BB
Complementary color
Monochromatic Colors of #3330BB
Black with #3330BB
Text Example
Text Example
White with #3330BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330BB; }
p { color: rgb(51,48,187); }
H1.HeaderClassName
{
color: #3330BB;
}
.AnyTagClassName
{
color: #3330BB;
}
</style>
background-color css
<style>
a { background-color: #3330BB; }
a { background-color: rgb(51,48,187); }
div.DivClassName
{
background-color: #3330BB;
}
.BgClassName
{
background-color: #3330BB;
}
</style>
border-color css
<style>
span { border-color: #3330BB; }
span { border-color: rgb(51,48,187); }
td.TdClassName
{
border-color: #3330BB;
}
.TagClassName
{
border-color: #3330BB;
}
</style>