Shades of Persian Blue #3340AB
Tints of Persian Blue #3340AB
RGB
CMYK
RGB Variations
Color information
#3340AB (or 0x3340AB) is known color: Persian Blue. HEX triplet: 33, 40 and AB. RGB value is (51,64,171). Sum of RGB (Red+Green+Blue) = 51+64+171=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3340AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340AB is #CCBF54. Grayscale: #474747. Windows color (decimal): -13418325 or 11223091. OLE color: 11223091.
HSL color Cylindrical-coordinate representation of color #3340AB: hue angle of 233.5º 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 #3340AB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 64 | 171 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.33 |
| HSL | 233.5º | 0.54% | 0.44% | - |
| HSV(B) | 233.5º | 0.7% | 0.67% | - |
| XYZ | 10.55 | 7.31 | 39.38 | - |
| YUV | 72.31 | 183.69 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 171 | 0.70 | 0.63 | 0 | 0.33 | 233.5 | 0.54 | 0.44 |
| Hex | 33 | 40 | AB | 46 | 3F | 0 | 21 | EA | 36 | 2C |
| Octal | 63 | 100 | 253 | 106 | 77 | 0 | 41 | 352 | 66 | 54 |
| Binary | 110011 | 1000000 | 10101011 | 1000110 | 111111 | 0 | 100001 | 11101010 | 110110 | 101100 |
Color Harmonies of #3340AB
Complementary color
Monochromatic Colors of #3340AB
Black with #3340AB
Text Example
Text Example
White with #3340AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3340AB; }
p { color: rgb(51,64,171); }
H1.HeaderClassName
{
color: #3340AB;
}
.AnyTagClassName
{
color: #3340AB;
}
</style>
background-color css
<style>
a { background-color: #3340AB; }
a { background-color: rgb(51,64,171); }
div.DivClassName
{
background-color: #3340AB;
}
.BgClassName
{
background-color: #3340AB;
}
</style>
border-color css
<style>
span { border-color: #3340AB; }
span { border-color: rgb(51,64,171); }
td.TdClassName
{
border-color: #3340AB;
}
.TagClassName
{
border-color: #3340AB;
}
</style>