Shades of Persian Blue #3C33BD
Tints of Persian Blue #3C33BD
RGB
CMYK
RGB Variations
Color information
#3C33BD (or 0x3C33BD) is known color: Persian Blue. HEX triplet: 3C, 33 and BD. RGB value is (60,51,189). Sum of RGB (Red+Green+Blue) = 60+51+189=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33BD is #C3CC42. Grayscale: #444444. Windows color (decimal): -12831811 or 12399420. OLE color: 12399420.
HSL color Cylindrical-coordinate representation of color #3C33BD: hue angle of 243.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C33BD is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 51 | 189 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.26 |
| HSL | 243.91º | 0.58% | 0.47% | - |
| HSV(B) | 243.91º | 0.73% | 0.74% | - |
| XYZ | 12.23 | 7 | 48.85 | - |
| YUV | 69.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 189 | 0.68 | 0.73 | 0 | 0.26 | 243.91 | 0.58 | 0.47 |
| Hex | 3C | 33 | BD | 44 | 49 | 0 | 1A | F4 | 3A | 2F |
| Octal | 74 | 63 | 275 | 104 | 111 | 0 | 32 | 364 | 72 | 57 |
| Binary | 111100 | 110011 | 10111101 | 1000100 | 1001001 | 0 | 11010 | 11110100 | 111010 | 101111 |
Color Harmonies of #3C33BD
Complementary color
Monochromatic Colors of #3C33BD
Black with #3C33BD
Text Example
Text Example
White with #3C33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33BD; }
p { color: rgb(60,51,189); }
H1.HeaderClassName
{
color: #3C33BD;
}
.AnyTagClassName
{
color: #3C33BD;
}
</style>
background-color css
<style>
a { background-color: #3C33BD; }
a { background-color: rgb(60,51,189); }
div.DivClassName
{
background-color: #3C33BD;
}
.BgClassName
{
background-color: #3C33BD;
}
</style>
border-color css
<style>
span { border-color: #3C33BD; }
span { border-color: rgb(60,51,189); }
td.TdClassName
{
border-color: #3C33BD;
}
.TagClassName
{
border-color: #3C33BD;
}
</style>