Shades of Persian Blue #3423AF
Tints of Persian Blue #3423AF
RGB
CMYK
RGB Variations
Color information
#3423AF (or 0x3423AF) is known color: Persian Blue. HEX triplet: 34, 23 and AF. RGB value is (52,35,175). Sum of RGB (Red+Green+Blue) = 52+35+175=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #3423AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423AF is #CBDC50. Grayscale: #373737. Windows color (decimal): -13360209 or 11477812. OLE color: 11477812.
HSL color Cylindrical-coordinate representation of color #3423AF: hue angle of 247.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3423AF is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 35 | 175 | - |
| CMYK | 0.70 | 0.8 | 0 | 0.31 |
| HSL | 247.29º | 0.67% | 0.41% | - |
| HSV(B) | 247.29º | 0.8% | 0.69% | - |
| XYZ | 9.76 | 5.03 | 41.01 | - |
| YUV | 56.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 175 | 0.70 | 0.8 | 0 | 0.31 | 247.29 | 0.67 | 0.41 |
| Hex | 34 | 23 | AF | 46 | 50 | 0 | 1F | F7 | 43 | 29 |
| Octal | 64 | 43 | 257 | 106 | 120 | 0 | 37 | 367 | 103 | 51 |
| Binary | 110100 | 100011 | 10101111 | 1000110 | 1010000 | 0 | 11111 | 11110111 | 1000011 | 101001 |
Color Harmonies of #3423AF
Complementary color
Monochromatic Colors of #3423AF
Black with #3423AF
Text Example
Text Example
White with #3423AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423AF; }
p { color: rgb(52,35,175); }
H1.HeaderClassName
{
color: #3423AF;
}
.AnyTagClassName
{
color: #3423AF;
}
</style>
background-color css
<style>
a { background-color: #3423AF; }
a { background-color: rgb(52,35,175); }
div.DivClassName
{
background-color: #3423AF;
}
.BgClassName
{
background-color: #3423AF;
}
</style>
border-color css
<style>
span { border-color: #3423AF; }
span { border-color: rgb(52,35,175); }
td.TdClassName
{
border-color: #3423AF;
}
.TagClassName
{
border-color: #3423AF;
}
</style>