Shades of Persian Blue #3426D2
Tints of Persian Blue #3426D2
RGB
CMYK
RGB Variations
Color information
#3426D2 (or 0x3426D2) is known color: Persian Blue. HEX triplet: 34, 26 and D2. RGB value is (52,38,210). Sum of RGB (Red+Green+Blue) = 52+38+210=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 210 (82.42% from 255 or 70% from 300); Max value from RGB is 210 - color contains mainly: blue. Hex color #3426D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426D2 is #CBD92D. Grayscale: #3D3D3D. Windows color (decimal): -13359406 or 13772340. OLE color: 13772340.
HSL color Cylindrical-coordinate representation of color #3426D2: hue angle of 244.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3426D2 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 38 | 210 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.18 |
| HSL | 244.88º | 0.69% | 0.49% | - |
| HSV(B) | 244.88º | 0.82% | 0.82% | - |
| XYZ | 13.74 | 6.77 | 61.56 | - |
| YUV | 61.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 210 | 0.75 | 0.82 | 0 | 0.18 | 244.88 | 0.69 | 0.49 |
| Hex | 34 | 26 | D2 | 4B | 52 | 0 | 12 | F5 | 45 | 31 |
| Octal | 64 | 46 | 322 | 113 | 122 | 0 | 22 | 365 | 105 | 61 |
| Binary | 110100 | 100110 | 11010010 | 1001011 | 1010010 | 0 | 10010 | 11110101 | 1000101 | 110001 |
Color Harmonies of #3426D2
Complementary color
Monochromatic Colors of #3426D2
Black with #3426D2
Text Example
Text Example
White with #3426D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426D2; }
p { color: rgb(52,38,210); }
H1.HeaderClassName
{
color: #3426D2;
}
.AnyTagClassName
{
color: #3426D2;
}
</style>
background-color css
<style>
a { background-color: #3426D2; }
a { background-color: rgb(52,38,210); }
div.DivClassName
{
background-color: #3426D2;
}
.BgClassName
{
background-color: #3426D2;
}
</style>
border-color css
<style>
span { border-color: #3426D2; }
span { border-color: rgb(52,38,210); }
td.TdClassName
{
border-color: #3426D2;
}
.TagClassName
{
border-color: #3426D2;
}
</style>