Shades of Persian Blue #3424BC
Tints of Persian Blue #3424BC
RGB
CMYK
RGB Variations
Color information
#3424BC (or 0x3424BC) is known color: Persian Blue. HEX triplet: 34, 24 and BC. RGB value is (52,36,188). Sum of RGB (Red+Green+Blue) = 52+36+188=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #3424BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424BC is #CBDB43. Grayscale: #393939. Windows color (decimal): -13359940 or 12330036. OLE color: 12330036.
HSL color Cylindrical-coordinate representation of color #3424BC: hue angle of 246.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3424BC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 36 | 188 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.26 |
| HSL | 246.32º | 0.68% | 0.44% | - |
| HSV(B) | 246.32º | 0.81% | 0.74% | - |
| XYZ | 11.12 | 5.62 | 48.08 | - |
| YUV | 58.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 188 | 0.72 | 0.81 | 0 | 0.26 | 246.32 | 0.68 | 0.44 |
| Hex | 34 | 24 | BC | 48 | 51 | 0 | 1A | F6 | 44 | 2C |
| Octal | 64 | 44 | 274 | 110 | 121 | 0 | 32 | 366 | 104 | 54 |
| Binary | 110100 | 100100 | 10111100 | 1001000 | 1010001 | 0 | 11010 | 11110110 | 1000100 | 101100 |
Color Harmonies of #3424BC
Complementary color
Monochromatic Colors of #3424BC
Black with #3424BC
Text Example
Text Example
White with #3424BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424BC; }
p { color: rgb(52,36,188); }
H1.HeaderClassName
{
color: #3424BC;
}
.AnyTagClassName
{
color: #3424BC;
}
</style>
background-color css
<style>
a { background-color: #3424BC; }
a { background-color: rgb(52,36,188); }
div.DivClassName
{
background-color: #3424BC;
}
.BgClassName
{
background-color: #3424BC;
}
</style>
border-color css
<style>
span { border-color: #3424BC; }
span { border-color: rgb(52,36,188); }
td.TdClassName
{
border-color: #3424BC;
}
.TagClassName
{
border-color: #3424BC;
}
</style>