Shades of Persian Blue #3311BC
Tints of Persian Blue #3311BC
RGB
CMYK
RGB Variations
Color information
#3311BC (or 0x3311BC) is known color: Persian Blue. HEX triplet: 33, 11 and BC. RGB value is (51,17,188). Sum of RGB (Red+Green+Blue) = 51+17+188=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #3311BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311BC is #CCEE43. Grayscale: #2E2E2E. Windows color (decimal): -13430340 or 12325171. OLE color: 12325171.
HSL color Cylindrical-coordinate representation of color #3311BC: hue angle of 251.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3311BC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 17 | 188 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.26 |
| HSL | 251.93º | 0.83% | 0.4% | - |
| HSV(B) | 251.93º | 0.91% | 0.74% | - |
| XYZ | 10.64 | 4.74 | 47.93 | - |
| YUV | 46.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 188 | 0.73 | 0.91 | 0 | 0.26 | 251.93 | 0.83 | 0.4 |
| Hex | 33 | 11 | BC | 49 | 5B | 0 | 1A | FC | 53 | 28 |
| Octal | 63 | 21 | 274 | 111 | 133 | 0 | 32 | 374 | 123 | 50 |
| Binary | 110011 | 10001 | 10111100 | 1001001 | 1011011 | 0 | 11010 | 11111100 | 1010011 | 101000 |
Color Harmonies of #3311BC
Complementary color
Monochromatic Colors of #3311BC
Black with #3311BC
Text Example
Text Example
White with #3311BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311BC; }
p { color: rgb(51,17,188); }
H1.HeaderClassName
{
color: #3311BC;
}
.AnyTagClassName
{
color: #3311BC;
}
</style>
background-color css
<style>
a { background-color: #3311BC; }
a { background-color: rgb(51,17,188); }
div.DivClassName
{
background-color: #3311BC;
}
.BgClassName
{
background-color: #3311BC;
}
</style>
border-color css
<style>
span { border-color: #3311BC; }
span { border-color: rgb(51,17,188); }
td.TdClassName
{
border-color: #3311BC;
}
.TagClassName
{
border-color: #3311BC;
}
</style>