Shades of Persian Blue #3B2DCD
Tints of Persian Blue #3B2DCD
RGB
CMYK
RGB Variations
Color information
#3B2DCD (or 0x3B2DCD) is known color: Persian Blue. HEX triplet: 3B, 2D and CD. RGB value is (59,45,205). Sum of RGB (Red+Green+Blue) = 59+45+205=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B2DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2DCD is #C4D232. Grayscale: #424242. Windows color (decimal): -12898867 or 13446459. OLE color: 13446459.
HSL color Cylindrical-coordinate representation of color #3B2DCD: hue angle of 245.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B2DCD is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 45 | 205 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.20 |
| HSL | 245.25º | 0.64% | 0.49% | - |
| HSV(B) | 245.25º | 0.78% | 0.8% | - |
| XYZ | 13.76 | 7.21 | 58.42 | - |
| YUV | 67.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 205 | 0.71 | 0.78 | 0 | 0.20 | 245.25 | 0.64 | 0.49 |
| Hex | 3B | 2D | CD | 47 | 4E | 0 | 14 | F5 | 40 | 31 |
| Octal | 73 | 55 | 315 | 107 | 116 | 0 | 24 | 365 | 100 | 61 |
| Binary | 111011 | 101101 | 11001101 | 1000111 | 1001110 | 0 | 10100 | 11110101 | 1000000 | 110001 |
Color Harmonies of #3B2DCD
Complementary color
Monochromatic Colors of #3B2DCD
Black with #3B2DCD
Text Example
Text Example
White with #3B2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DCD; }
p { color: rgb(59,45,205); }
H1.HeaderClassName
{
color: #3B2DCD;
}
.AnyTagClassName
{
color: #3B2DCD;
}
</style>
background-color css
<style>
a { background-color: #3B2DCD; }
a { background-color: rgb(59,45,205); }
div.DivClassName
{
background-color: #3B2DCD;
}
.BgClassName
{
background-color: #3B2DCD;
}
</style>
border-color css
<style>
span { border-color: #3B2DCD; }
span { border-color: rgb(59,45,205); }
td.TdClassName
{
border-color: #3B2DCD;
}
.TagClassName
{
border-color: #3B2DCD;
}
</style>