Shades of Persian Blue #3C2FBB
Tints of Persian Blue #3C2FBB
RGB
CMYK
RGB Variations
Color information
#3C2FBB (or 0x3C2FBB) is known color: Persian Blue. HEX triplet: 3C, 2F and BB. RGB value is (60,47,187). Sum of RGB (Red+Green+Blue) = 60+47+187=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FBB is #C3D044. Grayscale: #424242. Windows color (decimal): -12832837 or 12267324. OLE color: 12267324.
HSL color Cylindrical-coordinate representation of color #3C2FBB: hue angle of 245.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2FBB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 47 | 187 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.27 |
| HSL | 245.57º | 0.6% | 0.46% | - |
| HSV(B) | 245.57º | 0.75% | 0.73% | - |
| XYZ | 11.85 | 6.58 | 47.66 | - |
| YUV | 66.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 187 | 0.68 | 0.75 | 0 | 0.27 | 245.57 | 0.6 | 0.46 |
| Hex | 3C | 2F | BB | 44 | 4B | 0 | 1B | F6 | 3C | 2E |
| Octal | 74 | 57 | 273 | 104 | 113 | 0 | 33 | 366 | 74 | 56 |
| Binary | 111100 | 101111 | 10111011 | 1000100 | 1001011 | 0 | 11011 | 11110110 | 111100 | 101110 |
Color Harmonies of #3C2FBB
Complementary color
Monochromatic Colors of #3C2FBB
Black with #3C2FBB
Text Example
Text Example
White with #3C2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2FBB; }
p { color: rgb(60,47,187); }
H1.HeaderClassName
{
color: #3C2FBB;
}
.AnyTagClassName
{
color: #3C2FBB;
}
</style>
background-color css
<style>
a { background-color: #3C2FBB; }
a { background-color: rgb(60,47,187); }
div.DivClassName
{
background-color: #3C2FBB;
}
.BgClassName
{
background-color: #3C2FBB;
}
</style>
border-color css
<style>
span { border-color: #3C2FBB; }
span { border-color: rgb(60,47,187); }
td.TdClassName
{
border-color: #3C2FBB;
}
.TagClassName
{
border-color: #3C2FBB;
}
</style>