Shades of Persian Blue #3333BD
Tints of Persian Blue #3333BD
RGB
CMYK
RGB Variations
Color information
#3333BD (or 0x3333BD) is known color: Persian Blue. HEX triplet: 33, 33 and BD. RGB value is (51,51,189). Sum of RGB (Red+Green+Blue) = 51+51+189=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #3333BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333BD is #CCCC42. Grayscale: #424242. Windows color (decimal): -13421635 or 12399411. OLE color: 12399411.
HSL color Cylindrical-coordinate representation of color #3333BD: hue angle of 240º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3333BD is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 51 | 189 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.26 |
| HSL | 240º | 0.58% | 0.47% | - |
| HSV(B) | 240º | 0.73% | 0.74% | - |
| XYZ | 11.73 | 6.75 | 48.83 | - |
| YUV | 66.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 189 | 0.73 | 0.73 | 0 | 0.26 | 240 | 0.58 | 0.47 |
| Hex | 33 | 33 | BD | 49 | 49 | 0 | 1A | F0 | 3A | 2F |
| Octal | 63 | 63 | 275 | 111 | 111 | 0 | 32 | 360 | 72 | 57 |
| Binary | 110011 | 110011 | 10111101 | 1001001 | 1001001 | 0 | 11010 | 11110000 | 111010 | 101111 |
Color Harmonies of #3333BD
Complementary color
Monochromatic Colors of #3333BD
Black with #3333BD
Text Example
Text Example
White with #3333BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333BD; }
p { color: rgb(51,51,189); }
H1.HeaderClassName
{
color: #3333BD;
}
.AnyTagClassName
{
color: #3333BD;
}
</style>
background-color css
<style>
a { background-color: #3333BD; }
a { background-color: rgb(51,51,189); }
div.DivClassName
{
background-color: #3333BD;
}
.BgClassName
{
background-color: #3333BD;
}
</style>
border-color css
<style>
span { border-color: #3333BD; }
span { border-color: rgb(51,51,189); }
td.TdClassName
{
border-color: #3333BD;
}
.TagClassName
{
border-color: #3333BD;
}
</style>