Shades of Persian Blue #3B2BCD
Tints of Persian Blue #3B2BCD
RGB
CMYK
RGB Variations
Color information
#3B2BCD (or 0x3B2BCD) is known color: Persian Blue. HEX triplet: 3B, 2B and CD. RGB value is (59,43,205). Sum of RGB (Red+Green+Blue) = 59+43+205=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2BCD is #C4D432. Grayscale: #414141. Windows color (decimal): -12899379 or 13445947. OLE color: 13445947.
HSL color Cylindrical-coordinate representation of color #3B2BCD: hue angle of 245.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2BCD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 43 | 205 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.20 |
| HSL | 245.93º | 0.65% | 0.49% | - |
| HSV(B) | 245.93º | 0.79% | 0.8% | - |
| XYZ | 13.69 | 7.07 | 58.4 | - |
| YUV | 66.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 205 | 0.71 | 0.79 | 0 | 0.20 | 245.93 | 0.65 | 0.49 |
| Hex | 3B | 2B | CD | 47 | 4F | 0 | 14 | F6 | 41 | 31 |
| Octal | 73 | 53 | 315 | 107 | 117 | 0 | 24 | 366 | 101 | 61 |
| Binary | 111011 | 101011 | 11001101 | 1000111 | 1001111 | 0 | 10100 | 11110110 | 1000001 | 110001 |
Color Harmonies of #3B2BCD
Complementary color
Monochromatic Colors of #3B2BCD
Black with #3B2BCD
Text Example
Text Example
White with #3B2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2BCD; }
p { color: rgb(59,43,205); }
H1.HeaderClassName
{
color: #3B2BCD;
}
.AnyTagClassName
{
color: #3B2BCD;
}
</style>
background-color css
<style>
a { background-color: #3B2BCD; }
a { background-color: rgb(59,43,205); }
div.DivClassName
{
background-color: #3B2BCD;
}
.BgClassName
{
background-color: #3B2BCD;
}
</style>
border-color css
<style>
span { border-color: #3B2BCD; }
span { border-color: rgb(59,43,205); }
td.TdClassName
{
border-color: #3B2BCD;
}
.TagClassName
{
border-color: #3B2BCD;
}
</style>