Shades of Persian Blue #3C2EB3
Tints of Persian Blue #3C2EB3
RGB
CMYK
RGB Variations
Color information
#3C2EB3 (or 0x3C2EB3) is known color: Persian Blue. HEX triplet: 3C, 2E and B3. RGB value is (60,46,179). Sum of RGB (Red+Green+Blue) = 60+46+179=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 179 (70.31% from 255 or 62.81% from 285); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C2EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EB3 is #C3D14C. Grayscale: #404040. Windows color (decimal): -12833101 or 11742780. OLE color: 11742780.
HSL color Cylindrical-coordinate representation of color #3C2EB3: hue angle of 246.32º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2EB3 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 46 | 179 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.30 |
| HSL | 246.32º | 0.59% | 0.44% | - |
| HSV(B) | 246.32º | 0.74% | 0.7% | - |
| XYZ | 10.98 | 6.17 | 43.26 | - |
| YUV | 65.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 179 | 0.66 | 0.74 | 0 | 0.30 | 246.32 | 0.59 | 0.44 |
| Hex | 3C | 2E | B3 | 42 | 4A | 0 | 1E | F6 | 3B | 2C |
| Octal | 74 | 56 | 263 | 102 | 112 | 0 | 36 | 366 | 73 | 54 |
| Binary | 111100 | 101110 | 10110011 | 1000010 | 1001010 | 0 | 11110 | 11110110 | 111011 | 101100 |
Color Harmonies of #3C2EB3
Complementary color
Monochromatic Colors of #3C2EB3
Black with #3C2EB3
Text Example
Text Example
White with #3C2EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EB3; }
p { color: rgb(60,46,179); }
H1.HeaderClassName
{
color: #3C2EB3;
}
.AnyTagClassName
{
color: #3C2EB3;
}
</style>
background-color css
<style>
a { background-color: #3C2EB3; }
a { background-color: rgb(60,46,179); }
div.DivClassName
{
background-color: #3C2EB3;
}
.BgClassName
{
background-color: #3C2EB3;
}
</style>
border-color css
<style>
span { border-color: #3C2EB3; }
span { border-color: rgb(60,46,179); }
td.TdClassName
{
border-color: #3C2EB3;
}
.TagClassName
{
border-color: #3C2EB3;
}
</style>