Shades of Persian Blue #3B32B4
Tints of Persian Blue #3B32B4
RGB
CMYK
RGB Variations
Color information
#3B32B4 (or 0x3B32B4) is known color: Persian Blue. HEX triplet: 3B, 32 and B4. RGB value is (59,50,180). Sum of RGB (Red+Green+Blue) = 59+50+180=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B32B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B32B4 is #C4CD4B. Grayscale: #434343. Windows color (decimal): -12897612 or 11809339. OLE color: 11809339.
HSL color Cylindrical-coordinate representation of color #3B32B4: hue angle of 244.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B32B4 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 50 | 180 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.29 |
| HSL | 244.15º | 0.57% | 0.45% | - |
| HSV(B) | 244.15º | 0.72% | 0.71% | - |
| XYZ | 11.18 | 6.51 | 43.85 | - |
| YUV | 67.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 180 | 0.67 | 0.72 | 0 | 0.29 | 244.15 | 0.57 | 0.45 |
| Hex | 3B | 32 | B4 | 43 | 48 | 0 | 1D | F4 | 39 | 2D |
| Octal | 73 | 62 | 264 | 103 | 110 | 0 | 35 | 364 | 71 | 55 |
| Binary | 111011 | 110010 | 10110100 | 1000011 | 1001000 | 0 | 11101 | 11110100 | 111001 | 101101 |
Color Harmonies of #3B32B4
Complementary color
Monochromatic Colors of #3B32B4
Black with #3B32B4
Text Example
Text Example
White with #3B32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32B4; }
p { color: rgb(59,50,180); }
H1.HeaderClassName
{
color: #3B32B4;
}
.AnyTagClassName
{
color: #3B32B4;
}
</style>
background-color css
<style>
a { background-color: #3B32B4; }
a { background-color: rgb(59,50,180); }
div.DivClassName
{
background-color: #3B32B4;
}
.BgClassName
{
background-color: #3B32B4;
}
</style>
border-color css
<style>
span { border-color: #3B32B4; }
span { border-color: rgb(59,50,180); }
td.TdClassName
{
border-color: #3B32B4;
}
.TagClassName
{
border-color: #3B32B4;
}
</style>