Shades of Persian Blue #3C36BD
Tints of Persian Blue #3C36BD
RGB
CMYK
RGB Variations
Color information
#3C36BD (or 0x3C36BD) is known color: Persian Blue. HEX triplet: 3C, 36 and BD. RGB value is (60,54,189). Sum of RGB (Red+Green+Blue) = 60+54+189=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36BD is #C3C942. Grayscale: #464646. Windows color (decimal): -12831043 or 12400188. OLE color: 12400188.
HSL color Cylindrical-coordinate representation of color #3C36BD: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C36BD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 54 | 189 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.26 |
| HSL | 242.67º | 0.56% | 0.48% | - |
| HSV(B) | 242.67º | 0.71% | 0.74% | - |
| XYZ | 12.37 | 7.27 | 48.9 | - |
| YUV | 71.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 189 | 0.68 | 0.71 | 0 | 0.26 | 242.67 | 0.56 | 0.48 |
| Hex | 3C | 36 | BD | 44 | 47 | 0 | 1A | F3 | 38 | 30 |
| Octal | 74 | 66 | 275 | 104 | 107 | 0 | 32 | 363 | 70 | 60 |
| Binary | 111100 | 110110 | 10111101 | 1000100 | 1000111 | 0 | 11010 | 11110011 | 111000 | 110000 |
Color Harmonies of #3C36BD
Complementary color
Monochromatic Colors of #3C36BD
Black with #3C36BD
Text Example
Text Example
White with #3C36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36BD; }
p { color: rgb(60,54,189); }
H1.HeaderClassName
{
color: #3C36BD;
}
.AnyTagClassName
{
color: #3C36BD;
}
</style>
background-color css
<style>
a { background-color: #3C36BD; }
a { background-color: rgb(60,54,189); }
div.DivClassName
{
background-color: #3C36BD;
}
.BgClassName
{
background-color: #3C36BD;
}
</style>
border-color css
<style>
span { border-color: #3C36BD; }
span { border-color: rgb(60,54,189); }
td.TdClassName
{
border-color: #3C36BD;
}
.TagClassName
{
border-color: #3C36BD;
}
</style>