Shades of Persian Blue #3340AC
Tints of Persian Blue #3340AC
RGB
CMYK
RGB Variations
Color information
#3340AC (or 0x3340AC) is known color: Persian Blue. HEX triplet: 33, 40 and AC. RGB value is (51,64,172). Sum of RGB (Red+Green+Blue) = 51+64+172=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #3340AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340AC is #CCBF53. Grayscale: #474747. Windows color (decimal): -13418324 or 11288627. OLE color: 11288627.
HSL color Cylindrical-coordinate representation of color #3340AC: hue angle of 233.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3340AC is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 64 | 172 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.33 |
| HSL | 233.55º | 0.54% | 0.44% | - |
| HSV(B) | 233.55º | 0.7% | 0.67% | - |
| XYZ | 10.65 | 7.35 | 39.89 | - |
| YUV | 72.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 172 | 0.70 | 0.63 | 0 | 0.33 | 233.55 | 0.54 | 0.44 |
| Hex | 33 | 40 | AC | 46 | 3F | 0 | 21 | EA | 36 | 2C |
| Octal | 63 | 100 | 254 | 106 | 77 | 0 | 41 | 352 | 66 | 54 |
| Binary | 110011 | 1000000 | 10101100 | 1000110 | 111111 | 0 | 100001 | 11101010 | 110110 | 101100 |
Color Harmonies of #3340AC
Complementary color
Monochromatic Colors of #3340AC
Black with #3340AC
Text Example
Text Example
White with #3340AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3340AC; }
p { color: rgb(51,64,172); }
H1.HeaderClassName
{
color: #3340AC;
}
.AnyTagClassName
{
color: #3340AC;
}
</style>
background-color css
<style>
a { background-color: #3340AC; }
a { background-color: rgb(51,64,172); }
div.DivClassName
{
background-color: #3340AC;
}
.BgClassName
{
background-color: #3340AC;
}
</style>
border-color css
<style>
span { border-color: #3340AC; }
span { border-color: rgb(51,64,172); }
td.TdClassName
{
border-color: #3340AC;
}
.TagClassName
{
border-color: #3340AC;
}
</style>