Shades of Persian Blue #3423CF
Tints of Persian Blue #3423CF
RGB
CMYK
RGB Variations
Color information
#3423CF (or 0x3423CF) is known color: Persian Blue. HEX triplet: 34, 23 and CF. RGB value is (52,35,207). Sum of RGB (Red+Green+Blue) = 52+35+207=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #3423CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423CF is #CBDC30. Grayscale: #3B3B3B. Windows color (decimal): -13360177 or 13574964. OLE color: 13574964.
HSL color Cylindrical-coordinate representation of color #3423CF: hue angle of 245.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3423CF is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 35 | 207 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.19 |
| HSL | 245.93º | 0.71% | 0.47% | - |
| HSV(B) | 245.93º | 0.83% | 0.81% | - |
| XYZ | 13.28 | 6.44 | 59.57 | - |
| YUV | 59.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 207 | 0.75 | 0.83 | 0 | 0.19 | 245.93 | 0.71 | 0.47 |
| Hex | 34 | 23 | CF | 4B | 53 | 0 | 13 | F6 | 47 | 2F |
| Octal | 64 | 43 | 317 | 113 | 123 | 0 | 23 | 366 | 107 | 57 |
| Binary | 110100 | 100011 | 11001111 | 1001011 | 1010011 | 0 | 10011 | 11110110 | 1000111 | 101111 |
Color Harmonies of #3423CF
Complementary color
Monochromatic Colors of #3423CF
Black with #3423CF
Text Example
Text Example
White with #3423CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423CF; }
p { color: rgb(52,35,207); }
H1.HeaderClassName
{
color: #3423CF;
}
.AnyTagClassName
{
color: #3423CF;
}
</style>
background-color css
<style>
a { background-color: #3423CF; }
a { background-color: rgb(52,35,207); }
div.DivClassName
{
background-color: #3423CF;
}
.BgClassName
{
background-color: #3423CF;
}
</style>
border-color css
<style>
span { border-color: #3423CF; }
span { border-color: rgb(52,35,207); }
td.TdClassName
{
border-color: #3423CF;
}
.TagClassName
{
border-color: #3423CF;
}
</style>