Shades of Persian Blue #3C34BD
Tints of Persian Blue #3C34BD
RGB
CMYK
RGB Variations
Color information
#3C34BD (or 0x3C34BD) is known color: Persian Blue. HEX triplet: 3C, 34 and BD. RGB value is (60,52,189). Sum of RGB (Red+Green+Blue) = 60+52+189=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C34BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34BD is #C3CB42. Grayscale: #454545. Windows color (decimal): -12831555 or 12399676. OLE color: 12399676.
HSL color Cylindrical-coordinate representation of color #3C34BD: hue angle of 243.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C34BD is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 52 | 189 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.26 |
| HSL | 243.5º | 0.57% | 0.47% | - |
| HSV(B) | 243.5º | 0.72% | 0.74% | - |
| XYZ | 12.28 | 7.09 | 48.87 | - |
| YUV | 70.01 | 195.15 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 189 | 0.68 | 0.72 | 0 | 0.26 | 243.5 | 0.57 | 0.47 |
| Hex | 3C | 34 | BD | 44 | 48 | 0 | 1A | F4 | 39 | 2F |
| Octal | 74 | 64 | 275 | 104 | 110 | 0 | 32 | 364 | 71 | 57 |
| Binary | 111100 | 110100 | 10111101 | 1000100 | 1001000 | 0 | 11010 | 11110100 | 111001 | 101111 |
Color Harmonies of #3C34BD
Complementary color
Monochromatic Colors of #3C34BD
Black with #3C34BD
Text Example
Text Example
White with #3C34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34BD; }
p { color: rgb(60,52,189); }
H1.HeaderClassName
{
color: #3C34BD;
}
.AnyTagClassName
{
color: #3C34BD;
}
</style>
background-color css
<style>
a { background-color: #3C34BD; }
a { background-color: rgb(60,52,189); }
div.DivClassName
{
background-color: #3C34BD;
}
.BgClassName
{
background-color: #3C34BD;
}
</style>
border-color css
<style>
span { border-color: #3C34BD; }
span { border-color: rgb(60,52,189); }
td.TdClassName
{
border-color: #3C34BD;
}
.TagClassName
{
border-color: #3C34BD;
}
</style>