Shades of Persian Blue #332BBE
Tints of Persian Blue #332BBE
RGB
CMYK
RGB Variations
Color information
#332BBE (or 0x332BBE) is known color: Persian Blue. HEX triplet: 33, 2B and BE. RGB value is (51,43,190). Sum of RGB (Red+Green+Blue) = 51+43+190=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #332BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BBE is #CCD441. Grayscale: #3D3D3D. Windows color (decimal): -13423682 or 12462899. OLE color: 12462899.
HSL color Cylindrical-coordinate representation of color #332BBE: hue angle of 243.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332BBE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 43 | 190 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.25 |
| HSL | 243.27º | 0.63% | 0.46% | - |
| HSV(B) | 243.27º | 0.77% | 0.75% | - |
| XYZ | 11.52 | 6.15 | 49.29 | - |
| YUV | 62.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 190 | 0.73 | 0.77 | 0 | 0.25 | 243.27 | 0.63 | 0.46 |
| Hex | 33 | 2B | BE | 49 | 4D | 0 | 19 | F3 | 3F | 2E |
| Octal | 63 | 53 | 276 | 111 | 115 | 0 | 31 | 363 | 77 | 56 |
| Binary | 110011 | 101011 | 10111110 | 1001001 | 1001101 | 0 | 11001 | 11110011 | 111111 | 101110 |
Color Harmonies of #332BBE
Complementary color
Monochromatic Colors of #332BBE
Black with #332BBE
Text Example
Text Example
White with #332BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BBE; }
p { color: rgb(51,43,190); }
H1.HeaderClassName
{
color: #332BBE;
}
.AnyTagClassName
{
color: #332BBE;
}
</style>
background-color css
<style>
a { background-color: #332BBE; }
a { background-color: rgb(51,43,190); }
div.DivClassName
{
background-color: #332BBE;
}
.BgClassName
{
background-color: #332BBE;
}
</style>
border-color css
<style>
span { border-color: #332BBE; }
span { border-color: rgb(51,43,190); }
td.TdClassName
{
border-color: #332BBE;
}
.TagClassName
{
border-color: #332BBE;
}
</style>