Shades of Persian Blue #3424BB
Tints of Persian Blue #3424BB
RGB
CMYK
RGB Variations
Color information
#3424BB (or 0x3424BB) is known color: Persian Blue. HEX triplet: 34, 24 and BB. RGB value is (52,36,187). Sum of RGB (Red+Green+Blue) = 52+36+187=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #3424BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424BB is #CBDB44. Grayscale: #393939. Windows color (decimal): -13359941 or 12264500. OLE color: 12264500.
HSL color Cylindrical-coordinate representation of color #3424BB: hue angle of 246.36º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3424BB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 36 | 187 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.27 |
| HSL | 246.36º | 0.68% | 0.44% | - |
| HSV(B) | 246.36º | 0.81% | 0.73% | - |
| XYZ | 11.02 | 5.58 | 47.51 | - |
| YUV | 58 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 187 | 0.72 | 0.81 | 0 | 0.27 | 246.36 | 0.68 | 0.44 |
| Hex | 34 | 24 | BB | 48 | 51 | 0 | 1B | F6 | 44 | 2C |
| Octal | 64 | 44 | 273 | 110 | 121 | 0 | 33 | 366 | 104 | 54 |
| Binary | 110100 | 100100 | 10111011 | 1001000 | 1010001 | 0 | 11011 | 11110110 | 1000100 | 101100 |
Color Harmonies of #3424BB
Complementary color
Monochromatic Colors of #3424BB
Black with #3424BB
Text Example
Text Example
White with #3424BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424BB; }
p { color: rgb(52,36,187); }
H1.HeaderClassName
{
color: #3424BB;
}
.AnyTagClassName
{
color: #3424BB;
}
</style>
background-color css
<style>
a { background-color: #3424BB; }
a { background-color: rgb(52,36,187); }
div.DivClassName
{
background-color: #3424BB;
}
.BgClassName
{
background-color: #3424BB;
}
</style>
border-color css
<style>
span { border-color: #3424BB; }
span { border-color: rgb(52,36,187); }
td.TdClassName
{
border-color: #3424BB;
}
.TagClassName
{
border-color: #3424BB;
}
</style>