Shades of Persian Blue #3C2FBD
Tints of Persian Blue #3C2FBD
RGB
CMYK
RGB Variations
Color information
#3C2FBD (or 0x3C2FBD) is known color: Persian Blue. HEX triplet: 3C, 2F and BD. RGB value is (60,47,189). Sum of RGB (Red+Green+Blue) = 60+47+189=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C2FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FBD is #C3D042. Grayscale: #424242. Windows color (decimal): -12832835 or 12398396. OLE color: 12398396.
HSL color Cylindrical-coordinate representation of color #3C2FBD: hue angle of 245.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2FBD is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 47 | 189 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.26 |
| HSL | 245.49º | 0.6% | 0.46% | - |
| HSV(B) | 245.49º | 0.75% | 0.74% | - |
| XYZ | 12.07 | 6.67 | 48.8 | - |
| YUV | 67.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 189 | 0.68 | 0.75 | 0 | 0.26 | 245.49 | 0.6 | 0.46 |
| Hex | 3C | 2F | BD | 44 | 4B | 0 | 1A | F5 | 3C | 2E |
| Octal | 74 | 57 | 275 | 104 | 113 | 0 | 32 | 365 | 74 | 56 |
| Binary | 111100 | 101111 | 10111101 | 1000100 | 1001011 | 0 | 11010 | 11110101 | 111100 | 101110 |
Color Harmonies of #3C2FBD
Complementary color
Monochromatic Colors of #3C2FBD
Black with #3C2FBD
Text Example
Text Example
White with #3C2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2FBD; }
p { color: rgb(60,47,189); }
H1.HeaderClassName
{
color: #3C2FBD;
}
.AnyTagClassName
{
color: #3C2FBD;
}
</style>
background-color css
<style>
a { background-color: #3C2FBD; }
a { background-color: rgb(60,47,189); }
div.DivClassName
{
background-color: #3C2FBD;
}
.BgClassName
{
background-color: #3C2FBD;
}
</style>
border-color css
<style>
span { border-color: #3C2FBD; }
span { border-color: rgb(60,47,189); }
td.TdClassName
{
border-color: #3C2FBD;
}
.TagClassName
{
border-color: #3C2FBD;
}
</style>