Shades of Persian Blue #3314C7
Tints of Persian Blue #3314C7
RGB
CMYK
RGB Variations
Color information
#3314C7 (or 0x3314C7) is known color: Persian Blue. HEX triplet: 33, 14 and C7. RGB value is (51,20,199). Sum of RGB (Red+Green+Blue) = 51+20+199=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 199 (78.12% from 255 or 73.70% from 270); Max value from RGB is 199 - color contains mainly: blue. Hex color #3314C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314C7 is #CCEB38. Grayscale: #303030. Windows color (decimal): -13429561 or 13046835. OLE color: 13046835.
HSL color Cylindrical-coordinate representation of color #3314C7: hue angle of 250.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314C7 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 20 | 199 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.22 |
| HSL | 250.39º | 0.82% | 0.43% | - |
| HSV(B) | 250.39º | 0.9% | 0.78% | - |
| XYZ | 11.92 | 5.33 | 54.43 | - |
| YUV | 49.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 199 | 0.74 | 0.90 | 0 | 0.22 | 250.39 | 0.82 | 0.43 |
| Hex | 33 | 14 | C7 | 4A | 5A | 0 | 16 | FA | 52 | 2B |
| Octal | 63 | 24 | 307 | 112 | 132 | 0 | 26 | 372 | 122 | 53 |
| Binary | 110011 | 10100 | 11000111 | 1001010 | 1011010 | 0 | 10110 | 11111010 | 1010010 | 101011 |
Color Harmonies of #3314C7
Complementary color
Monochromatic Colors of #3314C7
Black with #3314C7
Text Example
Text Example
White with #3314C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314C7; }
p { color: rgb(51,20,199); }
H1.HeaderClassName
{
color: #3314C7;
}
.AnyTagClassName
{
color: #3314C7;
}
</style>
background-color css
<style>
a { background-color: #3314C7; }
a { background-color: rgb(51,20,199); }
div.DivClassName
{
background-color: #3314C7;
}
.BgClassName
{
background-color: #3314C7;
}
</style>
border-color css
<style>
span { border-color: #3314C7; }
span { border-color: rgb(51,20,199); }
td.TdClassName
{
border-color: #3314C7;
}
.TagClassName
{
border-color: #3314C7;
}
</style>