Shades of Persian Blue #3314CB
Tints of Persian Blue #3314CB
RGB
CMYK
RGB Variations
Color information
#3314CB (or 0x3314CB) is known color: Persian Blue. HEX triplet: 33, 14 and CB. RGB value is (51,20,203). Sum of RGB (Red+Green+Blue) = 51+20+203=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #3314CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314CB is #CCEB34. Grayscale: #313131. Windows color (decimal): -13429557 or 13308979. OLE color: 13308979.
HSL color Cylindrical-coordinate representation of color #3314CB: hue angle of 250.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314CB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 20 | 203 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.20 |
| HSL | 250.16º | 0.82% | 0.44% | - |
| HSV(B) | 250.16º | 0.9% | 0.8% | - |
| XYZ | 12.39 | 5.52 | 56.91 | - |
| YUV | 50.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 203 | 0.75 | 0.90 | 0 | 0.20 | 250.16 | 0.82 | 0.44 |
| Hex | 33 | 14 | CB | 4B | 5A | 0 | 14 | FA | 52 | 2C |
| Octal | 63 | 24 | 313 | 113 | 132 | 0 | 24 | 372 | 122 | 54 |
| Binary | 110011 | 10100 | 11001011 | 1001011 | 1011010 | 0 | 10100 | 11111010 | 1010010 | 101100 |
Color Harmonies of #3314CB
Complementary color
Monochromatic Colors of #3314CB
Black with #3314CB
Text Example
Text Example
White with #3314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314CB; }
p { color: rgb(51,20,203); }
H1.HeaderClassName
{
color: #3314CB;
}
.AnyTagClassName
{
color: #3314CB;
}
</style>
background-color css
<style>
a { background-color: #3314CB; }
a { background-color: rgb(51,20,203); }
div.DivClassName
{
background-color: #3314CB;
}
.BgClassName
{
background-color: #3314CB;
}
</style>
border-color css
<style>
span { border-color: #3314CB; }
span { border-color: rgb(51,20,203); }
td.TdClassName
{
border-color: #3314CB;
}
.TagClassName
{
border-color: #3314CB;
}
</style>