Shades of Persian Blue #3114CB
Tints of Persian Blue #3114CB
RGB
CMYK
RGB Variations
Color information
#3114CB (or 0x3114CB) is known color: Persian Blue. HEX triplet: 31, 14 and CB. RGB value is (49,20,203). Sum of RGB (Red+Green+Blue) = 49+20+203=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #3114CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3114CB is #CEEB34. Grayscale: #303030. Windows color (decimal): -13560629 or 13308977. OLE color: 13308977.
HSL color Cylindrical-coordinate representation of color #3114CB: hue angle of 249.51º 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 #3114CB is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 20 | 203 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.20 |
| HSL | 249.51º | 0.82% | 0.44% | - |
| HSV(B) | 249.51º | 0.9% | 0.8% | - |
| XYZ | 12.3 | 5.47 | 56.91 | - |
| YUV | 49.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 203 | 0.76 | 0.90 | 0 | 0.20 | 249.51 | 0.82 | 0.44 |
| Hex | 31 | 14 | CB | 4C | 5A | 0 | 14 | FA | 52 | 2C |
| Octal | 61 | 24 | 313 | 114 | 132 | 0 | 24 | 372 | 122 | 54 |
| Binary | 110001 | 10100 | 11001011 | 1001100 | 1011010 | 0 | 10100 | 11111010 | 1010010 | 101100 |
Color Harmonies of #3114CB
Complementary color
Monochromatic Colors of #3114CB
Black with #3114CB
Text Example
Text Example
White with #3114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114CB; }
p { color: rgb(49,20,203); }
H1.HeaderClassName
{
color: #3114CB;
}
.AnyTagClassName
{
color: #3114CB;
}
</style>
background-color css
<style>
a { background-color: #3114CB; }
a { background-color: rgb(49,20,203); }
div.DivClassName
{
background-color: #3114CB;
}
.BgClassName
{
background-color: #3114CB;
}
</style>
border-color css
<style>
span { border-color: #3114CB; }
span { border-color: rgb(49,20,203); }
td.TdClassName
{
border-color: #3114CB;
}
.TagClassName
{
border-color: #3114CB;
}
</style>