Shades of Persian Blue #3420CC
Tints of Persian Blue #3420CC
RGB
CMYK
RGB Variations
Color information
#3420CC (or 0x3420CC) is known color: Persian Blue. HEX triplet: 34, 20 and CC. RGB value is (52,32,204). Sum of RGB (Red+Green+Blue) = 52+32+204=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #3420CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420CC is #CBDF33. Grayscale: #383838. Windows color (decimal): -13360948 or 13377588. OLE color: 13377588.
HSL color Cylindrical-coordinate representation of color #3420CC: hue angle of 246.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3420CC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 32 | 204 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.2 |
| HSL | 246.98º | 0.73% | 0.46% | - |
| HSV(B) | 246.98º | 0.84% | 0.8% | - |
| XYZ | 12.83 | 6.12 | 57.63 | - |
| YUV | 57.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 204 | 0.75 | 0.84 | 0 | 0.2 | 246.98 | 0.73 | 0.46 |
| Hex | 34 | 20 | CC | 4B | 54 | 0 | 14 | F7 | 49 | 2E |
| Octal | 64 | 40 | 314 | 113 | 124 | 0 | 24 | 367 | 111 | 56 |
| Binary | 110100 | 100000 | 11001100 | 1001011 | 1010100 | 0 | 10100 | 11110111 | 1001001 | 101110 |
Color Harmonies of #3420CC
Complementary color
Monochromatic Colors of #3420CC
Black with #3420CC
Text Example
Text Example
White with #3420CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3420CC; }
p { color: rgb(52,32,204); }
H1.HeaderClassName
{
color: #3420CC;
}
.AnyTagClassName
{
color: #3420CC;
}
</style>
background-color css
<style>
a { background-color: #3420CC; }
a { background-color: rgb(52,32,204); }
div.DivClassName
{
background-color: #3420CC;
}
.BgClassName
{
background-color: #3420CC;
}
</style>
border-color css
<style>
span { border-color: #3420CC; }
span { border-color: rgb(52,32,204); }
td.TdClassName
{
border-color: #3420CC;
}
.TagClassName
{
border-color: #3420CC;
}
</style>