Shades of Persian Blue #3430AC
Tints of Persian Blue #3430AC
RGB
CMYK
RGB Variations
Color information
#3430AC (or 0x3430AC) is known color: Persian Blue. HEX triplet: 34, 30 and AC. RGB value is (52,48,172). Sum of RGB (Red+Green+Blue) = 52+48+172=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #3430AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430AC is #CBCF53. Grayscale: #3E3E3E. Windows color (decimal): -13356884 or 11284532. OLE color: 11284532.
HSL color Cylindrical-coordinate representation of color #3430AC: hue angle of 241.94º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3430AC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 48 | 172 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.33 |
| HSL | 241.94º | 0.56% | 0.43% | - |
| HSV(B) | 241.94º | 0.72% | 0.67% | - |
| XYZ | 9.92 | 5.82 | 39.63 | - |
| YUV | 63.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 172 | 0.70 | 0.72 | 0 | 0.33 | 241.94 | 0.56 | 0.43 |
| Hex | 34 | 30 | AC | 46 | 48 | 0 | 21 | F2 | 38 | 2B |
| Octal | 64 | 60 | 254 | 106 | 110 | 0 | 41 | 362 | 70 | 53 |
| Binary | 110100 | 110000 | 10101100 | 1000110 | 1001000 | 0 | 100001 | 11110010 | 111000 | 101011 |
Color Harmonies of #3430AC
Complementary color
Monochromatic Colors of #3430AC
Black with #3430AC
Text Example
Text Example
White with #3430AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430AC; }
p { color: rgb(52,48,172); }
H1.HeaderClassName
{
color: #3430AC;
}
.AnyTagClassName
{
color: #3430AC;
}
</style>
background-color css
<style>
a { background-color: #3430AC; }
a { background-color: rgb(52,48,172); }
div.DivClassName
{
background-color: #3430AC;
}
.BgClassName
{
background-color: #3430AC;
}
</style>
border-color css
<style>
span { border-color: #3430AC; }
span { border-color: rgb(52,48,172); }
td.TdClassName
{
border-color: #3430AC;
}
.TagClassName
{
border-color: #3430AC;
}
</style>