Shades of Persian Blue #333BC1
Tints of Persian Blue #333BC1
RGB
CMYK
RGB Variations
Color information
#333BC1 (or 0x333BC1) is known color: Persian Blue. HEX triplet: 33, 3B and C1. RGB value is (51,59,193). Sum of RGB (Red+Green+Blue) = 51+59+193=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #333BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BC1 is #CCC43E. Grayscale: #474747. Windows color (decimal): -13419583 or 12663603. OLE color: 12663603.
HSL color Cylindrical-coordinate representation of color #333BC1: hue angle of 236.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333BC1 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 59 | 193 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.24 |
| HSL | 236.62º | 0.58% | 0.48% | - |
| HSV(B) | 236.62º | 0.74% | 0.76% | - |
| XYZ | 12.55 | 7.68 | 51.27 | - |
| YUV | 71.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 193 | 0.74 | 0.69 | 0 | 0.24 | 236.62 | 0.58 | 0.48 |
| Hex | 33 | 3B | C1 | 4A | 45 | 0 | 18 | ED | 3A | 30 |
| Octal | 63 | 73 | 301 | 112 | 105 | 0 | 30 | 355 | 72 | 60 |
| Binary | 110011 | 111011 | 11000001 | 1001010 | 1000101 | 0 | 11000 | 11101101 | 111010 | 110000 |
Color Harmonies of #333BC1
Complementary color
Monochromatic Colors of #333BC1
Black with #333BC1
Text Example
Text Example
White with #333BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BC1; }
p { color: rgb(51,59,193); }
H1.HeaderClassName
{
color: #333BC1;
}
.AnyTagClassName
{
color: #333BC1;
}
</style>
background-color css
<style>
a { background-color: #333BC1; }
a { background-color: rgb(51,59,193); }
div.DivClassName
{
background-color: #333BC1;
}
.BgClassName
{
background-color: #333BC1;
}
</style>
border-color css
<style>
span { border-color: #333BC1; }
span { border-color: rgb(51,59,193); }
td.TdClassName
{
border-color: #333BC1;
}
.TagClassName
{
border-color: #333BC1;
}
</style>