Shades of Persian Blue #3430CF
Tints of Persian Blue #3430CF
RGB
CMYK
RGB Variations
Color information
#3430CF (or 0x3430CF) is known color: Persian Blue. HEX triplet: 34, 30 and CF. RGB value is (52,48,207). Sum of RGB (Red+Green+Blue) = 52+48+207=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #3430CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430CF is #CBCF30. Grayscale: #424242. Windows color (decimal): -13356849 or 13578292. OLE color: 13578292.
HSL color Cylindrical-coordinate representation of color #3430CF: hue angle of 241.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3430CF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 48 | 207 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.19 |
| HSL | 241.51º | 0.62% | 0.5% | - |
| HSV(B) | 241.51º | 0.77% | 0.81% | - |
| XYZ | 13.74 | 7.35 | 59.73 | - |
| YUV | 67.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 207 | 0.75 | 0.77 | 0 | 0.19 | 241.51 | 0.62 | 0.5 |
| Hex | 34 | 30 | CF | 4B | 4D | 0 | 13 | F2 | 3E | 32 |
| Octal | 64 | 60 | 317 | 113 | 115 | 0 | 23 | 362 | 76 | 62 |
| Binary | 110100 | 110000 | 11001111 | 1001011 | 1001101 | 0 | 10011 | 11110010 | 111110 | 110010 |
Color Harmonies of #3430CF
Complementary color
Monochromatic Colors of #3430CF
Black with #3430CF
Text Example
Text Example
White with #3430CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430CF; }
p { color: rgb(52,48,207); }
H1.HeaderClassName
{
color: #3430CF;
}
.AnyTagClassName
{
color: #3430CF;
}
</style>
background-color css
<style>
a { background-color: #3430CF; }
a { background-color: rgb(52,48,207); }
div.DivClassName
{
background-color: #3430CF;
}
.BgClassName
{
background-color: #3430CF;
}
</style>
border-color css
<style>
span { border-color: #3430CF; }
span { border-color: rgb(52,48,207); }
td.TdClassName
{
border-color: #3430CF;
}
.TagClassName
{
border-color: #3430CF;
}
</style>