Shades of Persian Blue #3425BB
Tints of Persian Blue #3425BB
RGB
CMYK
RGB Variations
Color information
#3425BB (or 0x3425BB) is known color: Persian Blue. HEX triplet: 34, 25 and BB. RGB value is (52,37,187). Sum of RGB (Red+Green+Blue) = 52+37+187=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #3425BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425BB is #CBDA44. Grayscale: #3A3A3A. Windows color (decimal): -13359685 or 12264756. OLE color: 12264756.
HSL color Cylindrical-coordinate representation of color #3425BB: hue angle of 246º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3425BB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 37 | 187 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.27 |
| HSL | 246º | 0.67% | 0.44% | - |
| HSV(B) | 246º | 0.8% | 0.73% | - |
| XYZ | 11.05 | 5.64 | 47.52 | - |
| YUV | 58.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 187 | 0.72 | 0.80 | 0 | 0.27 | 246 | 0.67 | 0.44 |
| Hex | 34 | 25 | BB | 48 | 50 | 0 | 1B | F6 | 43 | 2C |
| Octal | 64 | 45 | 273 | 110 | 120 | 0 | 33 | 366 | 103 | 54 |
| Binary | 110100 | 100101 | 10111011 | 1001000 | 1010000 | 0 | 11011 | 11110110 | 1000011 | 101100 |
Color Harmonies of #3425BB
Complementary color
Monochromatic Colors of #3425BB
Black with #3425BB
Text Example
Text Example
White with #3425BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3425BB; }
p { color: rgb(52,37,187); }
H1.HeaderClassName
{
color: #3425BB;
}
.AnyTagClassName
{
color: #3425BB;
}
</style>
background-color css
<style>
a { background-color: #3425BB; }
a { background-color: rgb(52,37,187); }
div.DivClassName
{
background-color: #3425BB;
}
.BgClassName
{
background-color: #3425BB;
}
</style>
border-color css
<style>
span { border-color: #3425BB; }
span { border-color: rgb(52,37,187); }
td.TdClassName
{
border-color: #3425BB;
}
.TagClassName
{
border-color: #3425BB;
}
</style>