Shades of Persian Blue #3333BF
Tints of Persian Blue #3333BF
RGB
CMYK
RGB Variations
Color information
#3333BF (or 0x3333BF) is known color: Persian Blue. HEX triplet: 33, 33 and BF. RGB value is (51,51,191). Sum of RGB (Red+Green+Blue) = 51+51+191=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #3333BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333BF is #CCCC40. Grayscale: #424242. Windows color (decimal): -13421633 or 12530483. OLE color: 12530483.
HSL color Cylindrical-coordinate representation of color #3333BF: hue angle of 240º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3333BF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 51 | 191 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.25 |
| HSL | 240º | 0.58% | 0.47% | - |
| HSV(B) | 240º | 0.73% | 0.75% | - |
| XYZ | 11.95 | 6.83 | 49.98 | - |
| YUV | 66.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 191 | 0.73 | 0.73 | 0 | 0.25 | 240 | 0.58 | 0.47 |
| Hex | 33 | 33 | BF | 49 | 49 | 0 | 19 | F0 | 3A | 2F |
| Octal | 63 | 63 | 277 | 111 | 111 | 0 | 31 | 360 | 72 | 57 |
| Binary | 110011 | 110011 | 10111111 | 1001001 | 1001001 | 0 | 11001 | 11110000 | 111010 | 101111 |
Color Harmonies of #3333BF
Complementary color
Monochromatic Colors of #3333BF
Black with #3333BF
Text Example
Text Example
White with #3333BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333BF; }
p { color: rgb(51,51,191); }
H1.HeaderClassName
{
color: #3333BF;
}
.AnyTagClassName
{
color: #3333BF;
}
</style>
background-color css
<style>
a { background-color: #3333BF; }
a { background-color: rgb(51,51,191); }
div.DivClassName
{
background-color: #3333BF;
}
.BgClassName
{
background-color: #3333BF;
}
</style>
border-color css
<style>
span { border-color: #3333BF; }
span { border-color: rgb(51,51,191); }
td.TdClassName
{
border-color: #3333BF;
}
.TagClassName
{
border-color: #3333BF;
}
</style>