Shades of Persian Blue #3426CB
Tints of Persian Blue #3426CB
RGB
CMYK
RGB Variations
Color information
#3426CB (or 0x3426CB) is known color: Persian Blue. HEX triplet: 34, 26 and CB. RGB value is (52,38,203). Sum of RGB (Red+Green+Blue) = 52+38+203=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3426CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426CB is #CBD934. Grayscale: #3C3C3C. Windows color (decimal): -13359413 or 13313588. OLE color: 13313588.
HSL color Cylindrical-coordinate representation of color #3426CB: hue angle of 245.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3426CB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 38 | 203 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.20 |
| HSL | 245.09º | 0.68% | 0.47% | - |
| HSV(B) | 245.09º | 0.81% | 0.8% | - |
| XYZ | 12.89 | 6.43 | 57.06 | - |
| YUV | 61 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 203 | 0.74 | 0.81 | 0 | 0.20 | 245.09 | 0.68 | 0.47 |
| Hex | 34 | 26 | CB | 4A | 51 | 0 | 14 | F5 | 44 | 2F |
| Octal | 64 | 46 | 313 | 112 | 121 | 0 | 24 | 365 | 104 | 57 |
| Binary | 110100 | 100110 | 11001011 | 1001010 | 1010001 | 0 | 10100 | 11110101 | 1000100 | 101111 |
Color Harmonies of #3426CB
Complementary color
Monochromatic Colors of #3426CB
Black with #3426CB
Text Example
Text Example
White with #3426CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426CB; }
p { color: rgb(52,38,203); }
H1.HeaderClassName
{
color: #3426CB;
}
.AnyTagClassName
{
color: #3426CB;
}
</style>
background-color css
<style>
a { background-color: #3426CB; }
a { background-color: rgb(52,38,203); }
div.DivClassName
{
background-color: #3426CB;
}
.BgClassName
{
background-color: #3426CB;
}
</style>
border-color css
<style>
span { border-color: #3426CB; }
span { border-color: rgb(52,38,203); }
td.TdClassName
{
border-color: #3426CB;
}
.TagClassName
{
border-color: #3426CB;
}
</style>