Shades of Persian Blue #3C2ECA
Tints of Persian Blue #3C2ECA
RGB
CMYK
RGB Variations
Color information
#3C2ECA (or 0x3C2ECA) is known color: Persian Blue. HEX triplet: 3C, 2E and CA. RGB value is (60,46,202). Sum of RGB (Red+Green+Blue) = 60+46+202=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C2ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ECA is #C3D135. Grayscale: #434343. Windows color (decimal): -12833078 or 13250108. OLE color: 13250108.
HSL color Cylindrical-coordinate representation of color #3C2ECA: hue angle of 245.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2ECA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 46 | 202 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.21 |
| HSL | 245.38º | 0.63% | 0.49% | - |
| HSV(B) | 245.38º | 0.77% | 0.79% | - |
| XYZ | 13.5 | 7.18 | 56.55 | - |
| YUV | 67.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 202 | 0.70 | 0.77 | 0 | 0.21 | 245.38 | 0.63 | 0.49 |
| Hex | 3C | 2E | CA | 46 | 4D | 0 | 15 | F5 | 3F | 31 |
| Octal | 74 | 56 | 312 | 106 | 115 | 0 | 25 | 365 | 77 | 61 |
| Binary | 111100 | 101110 | 11001010 | 1000110 | 1001101 | 0 | 10101 | 11110101 | 111111 | 110001 |
Color Harmonies of #3C2ECA
Complementary color
Monochromatic Colors of #3C2ECA
Black with #3C2ECA
Text Example
Text Example
White with #3C2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2ECA; }
p { color: rgb(60,46,202); }
H1.HeaderClassName
{
color: #3C2ECA;
}
.AnyTagClassName
{
color: #3C2ECA;
}
</style>
background-color css
<style>
a { background-color: #3C2ECA; }
a { background-color: rgb(60,46,202); }
div.DivClassName
{
background-color: #3C2ECA;
}
.BgClassName
{
background-color: #3C2ECA;
}
</style>
border-color css
<style>
span { border-color: #3C2ECA; }
span { border-color: rgb(60,46,202); }
td.TdClassName
{
border-color: #3C2ECA;
}
.TagClassName
{
border-color: #3C2ECA;
}
</style>