Shades of Persian Blue #3C2BCA
Tints of Persian Blue #3C2BCA
RGB
CMYK
RGB Variations
Color information
#3C2BCA (or 0x3C2BCA) is known color: Persian Blue. HEX triplet: 3C, 2B and CA. RGB value is (60,43,202). Sum of RGB (Red+Green+Blue) = 60+43+202=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C2BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BCA is #C3D435. Grayscale: #414141. Windows color (decimal): -12833846 or 13249340. OLE color: 13249340.
HSL color Cylindrical-coordinate representation of color #3C2BCA: hue angle of 246.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2BCA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 43 | 202 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.21 |
| HSL | 246.42º | 0.65% | 0.48% | - |
| HSV(B) | 246.42º | 0.79% | 0.79% | - |
| XYZ | 13.39 | 6.95 | 56.51 | - |
| YUV | 66.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 202 | 0.70 | 0.79 | 0 | 0.21 | 246.42 | 0.65 | 0.48 |
| Hex | 3C | 2B | CA | 46 | 4F | 0 | 15 | F6 | 41 | 30 |
| Octal | 74 | 53 | 312 | 106 | 117 | 0 | 25 | 366 | 101 | 60 |
| Binary | 111100 | 101011 | 11001010 | 1000110 | 1001111 | 0 | 10101 | 11110110 | 1000001 | 110000 |
Color Harmonies of #3C2BCA
Complementary color
Monochromatic Colors of #3C2BCA
Black with #3C2BCA
Text Example
Text Example
White with #3C2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BCA; }
p { color: rgb(60,43,202); }
H1.HeaderClassName
{
color: #3C2BCA;
}
.AnyTagClassName
{
color: #3C2BCA;
}
</style>
background-color css
<style>
a { background-color: #3C2BCA; }
a { background-color: rgb(60,43,202); }
div.DivClassName
{
background-color: #3C2BCA;
}
.BgClassName
{
background-color: #3C2BCA;
}
</style>
border-color css
<style>
span { border-color: #3C2BCA; }
span { border-color: rgb(60,43,202); }
td.TdClassName
{
border-color: #3C2BCA;
}
.TagClassName
{
border-color: #3C2BCA;
}
</style>