Shades of Persian Blue #3C33B7
Tints of Persian Blue #3C33B7
RGB
CMYK
RGB Variations
Color information
#3C33B7 (or 0x3C33B7) is known color: Persian Blue. HEX triplet: 3C, 33 and B7. RGB value is (60,51,183). Sum of RGB (Red+Green+Blue) = 60+51+183=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C33B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33B7 is #C3CC48. Grayscale: #444444. Windows color (decimal): -12831817 or 12006204. OLE color: 12006204.
HSL color Cylindrical-coordinate representation of color #3C33B7: hue angle of 244.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C33B7 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 51 | 183 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.28 |
| HSL | 244.09º | 0.56% | 0.46% | - |
| HSV(B) | 244.09º | 0.72% | 0.72% | - |
| XYZ | 11.59 | 6.75 | 45.49 | - |
| YUV | 68.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 183 | 0.67 | 0.72 | 0 | 0.28 | 244.09 | 0.56 | 0.46 |
| Hex | 3C | 33 | B7 | 43 | 48 | 0 | 1C | F4 | 38 | 2E |
| Octal | 74 | 63 | 267 | 103 | 110 | 0 | 34 | 364 | 70 | 56 |
| Binary | 111100 | 110011 | 10110111 | 1000011 | 1001000 | 0 | 11100 | 11110100 | 111000 | 101110 |
Color Harmonies of #3C33B7
Complementary color
Monochromatic Colors of #3C33B7
Black with #3C33B7
Text Example
Text Example
White with #3C33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33B7; }
p { color: rgb(60,51,183); }
H1.HeaderClassName
{
color: #3C33B7;
}
.AnyTagClassName
{
color: #3C33B7;
}
</style>
background-color css
<style>
a { background-color: #3C33B7; }
a { background-color: rgb(60,51,183); }
div.DivClassName
{
background-color: #3C33B7;
}
.BgClassName
{
background-color: #3C33B7;
}
</style>
border-color css
<style>
span { border-color: #3C33B7; }
span { border-color: rgb(60,51,183); }
td.TdClassName
{
border-color: #3C33B7;
}
.TagClassName
{
border-color: #3C33B7;
}
</style>