Shades of Persian Blue #341BCF
Tints of Persian Blue #341BCF
RGB
CMYK
RGB Variations
Color information
#341BCF (or 0x341BCF) is known color: Persian Blue. HEX triplet: 34, 1B and CF. RGB value is (52,27,207). Sum of RGB (Red+Green+Blue) = 52+27+207=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #341BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BCF is #CBE430. Grayscale: #363636. Windows color (decimal): -13362225 or 13572916. OLE color: 13572916.
HSL color Cylindrical-coordinate representation of color #341BCF: hue angle of 248.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341BCF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 27 | 207 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.19 |
| HSL | 248.33º | 0.77% | 0.46% | - |
| HSV(B) | 248.33º | 0.87% | 0.81% | - |
| XYZ | 13.07 | 6.02 | 59.5 | - |
| YUV | 55 | 213.78 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 207 | 0.75 | 0.87 | 0 | 0.19 | 248.33 | 0.77 | 0.46 |
| Hex | 34 | 1B | CF | 4B | 57 | 0 | 13 | F8 | 4D | 2E |
| Octal | 64 | 33 | 317 | 113 | 127 | 0 | 23 | 370 | 115 | 56 |
| Binary | 110100 | 11011 | 11001111 | 1001011 | 1010111 | 0 | 10011 | 11111000 | 1001101 | 101110 |
Color Harmonies of #341BCF
Complementary color
Monochromatic Colors of #341BCF
Black with #341BCF
Text Example
Text Example
White with #341BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BCF; }
p { color: rgb(52,27,207); }
H1.HeaderClassName
{
color: #341BCF;
}
.AnyTagClassName
{
color: #341BCF;
}
</style>
background-color css
<style>
a { background-color: #341BCF; }
a { background-color: rgb(52,27,207); }
div.DivClassName
{
background-color: #341BCF;
}
.BgClassName
{
background-color: #341BCF;
}
</style>
border-color css
<style>
span { border-color: #341BCF; }
span { border-color: rgb(52,27,207); }
td.TdClassName
{
border-color: #341BCF;
}
.TagClassName
{
border-color: #341BCF;
}
</style>