Shades of Persian Blue #3320B8
Tints of Persian Blue #3320B8
RGB
CMYK
RGB Variations
Color information
#3320B8 (or 0x3320B8) is known color: Persian Blue. HEX triplet: 33, 20 and B8. RGB value is (51,32,184). Sum of RGB (Red+Green+Blue) = 51+32+184=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 184 (72.27% from 255 or 68.91% from 267); Max value from RGB is 184 - color contains mainly: blue. Hex color #3320B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3320B8 is #CCDF47. Grayscale: #363636. Windows color (decimal): -13426504 or 12066867. OLE color: 12066867.
HSL color Cylindrical-coordinate representation of color #3320B8: hue angle of 247.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3320B8 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 32 | 184 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.28 |
| HSL | 247.5º | 0.7% | 0.42% | - |
| HSV(B) | 247.5º | 0.83% | 0.72% | - |
| XYZ | 10.53 | 5.2 | 45.8 | - |
| YUV | 55.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 184 | 0.72 | 0.83 | 0 | 0.28 | 247.5 | 0.7 | 0.42 |
| Hex | 33 | 20 | B8 | 48 | 53 | 0 | 1C | F8 | 46 | 2A |
| Octal | 63 | 40 | 270 | 110 | 123 | 0 | 34 | 370 | 106 | 52 |
| Binary | 110011 | 100000 | 10111000 | 1001000 | 1010011 | 0 | 11100 | 11111000 | 1000110 | 101010 |
Color Harmonies of #3320B8
Complementary color
Monochromatic Colors of #3320B8
Black with #3320B8
Text Example
Text Example
White with #3320B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3320B8; }
p { color: rgb(51,32,184); }
H1.HeaderClassName
{
color: #3320B8;
}
.AnyTagClassName
{
color: #3320B8;
}
</style>
background-color css
<style>
a { background-color: #3320B8; }
a { background-color: rgb(51,32,184); }
div.DivClassName
{
background-color: #3320B8;
}
.BgClassName
{
background-color: #3320B8;
}
</style>
border-color css
<style>
span { border-color: #3320B8; }
span { border-color: rgb(51,32,184); }
td.TdClassName
{
border-color: #3320B8;
}
.TagClassName
{
border-color: #3320B8;
}
</style>