Shades of Persian Blue #3414BF
Tints of Persian Blue #3414BF
RGB
CMYK
RGB Variations
Color information
#3414BF (or 0x3414BF) is known color: Persian Blue. HEX triplet: 34, 14 and BF. RGB value is (52,20,191). Sum of RGB (Red+Green+Blue) = 52+20+191=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #3414BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3414BF is #CBEB40. Grayscale: #303030. Windows color (decimal): -13364033 or 12522548. OLE color: 12522548.
HSL color Cylindrical-coordinate representation of color #3414BF: hue angle of 251.23º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3414BF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 20 | 191 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.25 |
| HSL | 251.23º | 0.81% | 0.41% | - |
| HSV(B) | 251.23º | 0.9% | 0.75% | - |
| XYZ | 11.07 | 4.99 | 49.67 | - |
| YUV | 49.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 191 | 0.73 | 0.90 | 0 | 0.25 | 251.23 | 0.81 | 0.41 |
| Hex | 34 | 14 | BF | 49 | 5A | 0 | 19 | FB | 51 | 29 |
| Octal | 64 | 24 | 277 | 111 | 132 | 0 | 31 | 373 | 121 | 51 |
| Binary | 110100 | 10100 | 10111111 | 1001001 | 1011010 | 0 | 11001 | 11111011 | 1010001 | 101001 |
Color Harmonies of #3414BF
Complementary color
Monochromatic Colors of #3414BF
Black with #3414BF
Text Example
Text Example
White with #3414BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3414BF; }
p { color: rgb(52,20,191); }
H1.HeaderClassName
{
color: #3414BF;
}
.AnyTagClassName
{
color: #3414BF;
}
</style>
background-color css
<style>
a { background-color: #3414BF; }
a { background-color: rgb(52,20,191); }
div.DivClassName
{
background-color: #3414BF;
}
.BgClassName
{
background-color: #3414BF;
}
</style>
border-color css
<style>
span { border-color: #3414BF; }
span { border-color: rgb(52,20,191); }
td.TdClassName
{
border-color: #3414BF;
}
.TagClassName
{
border-color: #3414BF;
}
</style>