Shades of Persian Blue #3B2DB3
Tints of Persian Blue #3B2DB3
RGB
CMYK
RGB Variations
Color information
#3B2DB3 (or 0x3B2DB3) is known color: Persian Blue. HEX triplet: 3B, 2D and B3. RGB value is (59,45,179). Sum of RGB (Red+Green+Blue) = 59+45+179=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B2DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2DB3 is #C4D24C. Grayscale: #3F3F3F. Windows color (decimal): -12898893 or 11742523. OLE color: 11742523.
HSL color Cylindrical-coordinate representation of color #3B2DB3: hue angle of 246.27º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2DB3 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 45 | 179 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.30 |
| HSL | 246.27º | 0.6% | 0.44% | - |
| HSV(B) | 246.27º | 0.75% | 0.7% | - |
| XYZ | 10.88 | 6.06 | 43.24 | - |
| YUV | 64.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 179 | 0.67 | 0.75 | 0 | 0.30 | 246.27 | 0.6 | 0.44 |
| Hex | 3B | 2D | B3 | 43 | 4B | 0 | 1E | F6 | 3C | 2C |
| Octal | 73 | 55 | 263 | 103 | 113 | 0 | 36 | 366 | 74 | 54 |
| Binary | 111011 | 101101 | 10110011 | 1000011 | 1001011 | 0 | 11110 | 11110110 | 111100 | 101100 |
Color Harmonies of #3B2DB3
Complementary color
Monochromatic Colors of #3B2DB3
Black with #3B2DB3
Text Example
Text Example
White with #3B2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DB3; }
p { color: rgb(59,45,179); }
H1.HeaderClassName
{
color: #3B2DB3;
}
.AnyTagClassName
{
color: #3B2DB3;
}
</style>
background-color css
<style>
a { background-color: #3B2DB3; }
a { background-color: rgb(59,45,179); }
div.DivClassName
{
background-color: #3B2DB3;
}
.BgClassName
{
background-color: #3B2DB3;
}
</style>
border-color css
<style>
span { border-color: #3B2DB3; }
span { border-color: rgb(59,45,179); }
td.TdClassName
{
border-color: #3B2DB3;
}
.TagClassName
{
border-color: #3B2DB3;
}
</style>