Shades of Persian Blue #3425BC
Tints of Persian Blue #3425BC
RGB
CMYK
RGB Variations
Color information
#3425BC (or 0x3425BC) is known color: Persian Blue. HEX triplet: 34, 25 and BC. RGB value is (52,37,188). Sum of RGB (Red+Green+Blue) = 52+37+188=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3425BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425BC is #CBDA43. Grayscale: #3A3A3A. Windows color (decimal): -13359684 or 12330292. OLE color: 12330292.
HSL color Cylindrical-coordinate representation of color #3425BC: hue angle of 245.96º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3425BC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 37 | 188 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.26 |
| HSL | 245.96º | 0.67% | 0.44% | - |
| HSV(B) | 245.96º | 0.8% | 0.74% | - |
| XYZ | 11.15 | 5.68 | 48.09 | - |
| YUV | 58.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 188 | 0.72 | 0.80 | 0 | 0.26 | 245.96 | 0.67 | 0.44 |
| Hex | 34 | 25 | BC | 48 | 50 | 0 | 1A | F6 | 43 | 2C |
| Octal | 64 | 45 | 274 | 110 | 120 | 0 | 32 | 366 | 103 | 54 |
| Binary | 110100 | 100101 | 10111100 | 1001000 | 1010000 | 0 | 11010 | 11110110 | 1000011 | 101100 |
Color Harmonies of #3425BC
Complementary color
Monochromatic Colors of #3425BC
Black with #3425BC
Text Example
Text Example
White with #3425BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3425BC; }
p { color: rgb(52,37,188); }
H1.HeaderClassName
{
color: #3425BC;
}
.AnyTagClassName
{
color: #3425BC;
}
</style>
background-color css
<style>
a { background-color: #3425BC; }
a { background-color: rgb(52,37,188); }
div.DivClassName
{
background-color: #3425BC;
}
.BgClassName
{
background-color: #3425BC;
}
</style>
border-color css
<style>
span { border-color: #3425BC; }
span { border-color: rgb(52,37,188); }
td.TdClassName
{
border-color: #3425BC;
}
.TagClassName
{
border-color: #3425BC;
}
</style>