Shades of Persian Blue #332CBA
Tints of Persian Blue #332CBA
RGB
CMYK
RGB Variations
Color information
#332CBA (or 0x332CBA) is known color: Persian Blue. HEX triplet: 33, 2C and BA. RGB value is (51,44,186). Sum of RGB (Red+Green+Blue) = 51+44+186=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #332CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CBA is #CCD345. Grayscale: #3D3D3D. Windows color (decimal): -13423430 or 12201011. OLE color: 12201011.
HSL color Cylindrical-coordinate representation of color #332CBA: hue angle of 242.96º degrees, saturation: 0.62, 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 #332CBA is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 44 | 186 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.27 |
| HSL | 242.96º | 0.62% | 0.45% | - |
| HSV(B) | 242.96º | 0.76% | 0.73% | - |
| XYZ | 11.13 | 6.05 | 47.04 | - |
| YUV | 62.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 186 | 0.73 | 0.76 | 0 | 0.27 | 242.96 | 0.62 | 0.45 |
| Hex | 33 | 2C | BA | 49 | 4C | 0 | 1B | F3 | 3E | 2D |
| Octal | 63 | 54 | 272 | 111 | 114 | 0 | 33 | 363 | 76 | 55 |
| Binary | 110011 | 101100 | 10111010 | 1001001 | 1001100 | 0 | 11011 | 11110011 | 111110 | 101101 |
Color Harmonies of #332CBA
Complementary color
Monochromatic Colors of #332CBA
Black with #332CBA
Text Example
Text Example
White with #332CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CBA; }
p { color: rgb(51,44,186); }
H1.HeaderClassName
{
color: #332CBA;
}
.AnyTagClassName
{
color: #332CBA;
}
</style>
background-color css
<style>
a { background-color: #332CBA; }
a { background-color: rgb(51,44,186); }
div.DivClassName
{
background-color: #332CBA;
}
.BgClassName
{
background-color: #332CBA;
}
</style>
border-color css
<style>
span { border-color: #332CBA; }
span { border-color: rgb(51,44,186); }
td.TdClassName
{
border-color: #332CBA;
}
.TagClassName
{
border-color: #332CBA;
}
</style>