Shades of Persian Blue #3C2BBF
Tints of Persian Blue #3C2BBF
RGB
CMYK
RGB Variations
Color information
#3C2BBF (or 0x3C2BBF) is known color: Persian Blue. HEX triplet: 3C, 2B and BF. RGB value is (60,43,191). Sum of RGB (Red+Green+Blue) = 60+43+191=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C2BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BBF is #C3D440. Grayscale: #404040. Windows color (decimal): -12833857 or 12528444. OLE color: 12528444.
HSL color Cylindrical-coordinate representation of color #3C2BBF: hue angle of 246.89º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2BBF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 43 | 191 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.25 |
| HSL | 246.89º | 0.63% | 0.46% | - |
| HSV(B) | 246.89º | 0.77% | 0.75% | - |
| XYZ | 12.13 | 6.45 | 49.9 | - |
| YUV | 64.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 191 | 0.69 | 0.77 | 0 | 0.25 | 246.89 | 0.63 | 0.46 |
| Hex | 3C | 2B | BF | 45 | 4D | 0 | 19 | F7 | 3F | 2E |
| Octal | 74 | 53 | 277 | 105 | 115 | 0 | 31 | 367 | 77 | 56 |
| Binary | 111100 | 101011 | 10111111 | 1000101 | 1001101 | 0 | 11001 | 11110111 | 111111 | 101110 |
Color Harmonies of #3C2BBF
Complementary color
Monochromatic Colors of #3C2BBF
Black with #3C2BBF
Text Example
Text Example
White with #3C2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BBF; }
p { color: rgb(60,43,191); }
H1.HeaderClassName
{
color: #3C2BBF;
}
.AnyTagClassName
{
color: #3C2BBF;
}
</style>
background-color css
<style>
a { background-color: #3C2BBF; }
a { background-color: rgb(60,43,191); }
div.DivClassName
{
background-color: #3C2BBF;
}
.BgClassName
{
background-color: #3C2BBF;
}
</style>
border-color css
<style>
span { border-color: #3C2BBF; }
span { border-color: rgb(60,43,191); }
td.TdClassName
{
border-color: #3C2BBF;
}
.TagClassName
{
border-color: #3C2BBF;
}
</style>