Shades of Persian Blue #332DBB
Tints of Persian Blue #332DBB
RGB
CMYK
RGB Variations
Color information
#332DBB (or 0x332DBB) is known color: Persian Blue. HEX triplet: 33, 2D and BB. RGB value is (51,45,187). Sum of RGB (Red+Green+Blue) = 51+45+187=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #332DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DBB is #CCD244. Grayscale: #3E3E3E. Windows color (decimal): -13423173 or 12266803. OLE color: 12266803.
HSL color Cylindrical-coordinate representation of color #332DBB: hue angle of 242.54º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332DBB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 45 | 187 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.27 |
| HSL | 242.54º | 0.61% | 0.45% | - |
| HSV(B) | 242.54º | 0.76% | 0.73% | - |
| XYZ | 11.27 | 6.17 | 47.61 | - |
| YUV | 62.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 187 | 0.73 | 0.76 | 0 | 0.27 | 242.54 | 0.61 | 0.45 |
| Hex | 33 | 2D | BB | 49 | 4C | 0 | 1B | F3 | 3D | 2D |
| Octal | 63 | 55 | 273 | 111 | 114 | 0 | 33 | 363 | 75 | 55 |
| Binary | 110011 | 101101 | 10111011 | 1001001 | 1001100 | 0 | 11011 | 11110011 | 111101 | 101101 |
Color Harmonies of #332DBB
Complementary color
Monochromatic Colors of #332DBB
Black with #332DBB
Text Example
Text Example
White with #332DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DBB; }
p { color: rgb(51,45,187); }
H1.HeaderClassName
{
color: #332DBB;
}
.AnyTagClassName
{
color: #332DBB;
}
</style>
background-color css
<style>
a { background-color: #332DBB; }
a { background-color: rgb(51,45,187); }
div.DivClassName
{
background-color: #332DBB;
}
.BgClassName
{
background-color: #332DBB;
}
</style>
border-color css
<style>
span { border-color: #332DBB; }
span { border-color: rgb(51,45,187); }
td.TdClassName
{
border-color: #332DBB;
}
.TagClassName
{
border-color: #332DBB;
}
</style>