Shades of Persian Blue #3431BC
Tints of Persian Blue #3431BC
RGB
CMYK
RGB Variations
Color information
#3431BC (or 0x3431BC) is known color: Persian Blue. HEX triplet: 34, 31 and BC. RGB value is (52,49,188). Sum of RGB (Red+Green+Blue) = 52+49+188=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #3431BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431BC is #CBCE43. Grayscale: #414141. Windows color (decimal): -13356612 or 12333364. OLE color: 12333364.
HSL color Cylindrical-coordinate representation of color #3431BC: hue angle of 241.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3431BC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 49 | 188 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.26 |
| HSL | 241.3º | 0.59% | 0.46% | - |
| HSV(B) | 241.3º | 0.74% | 0.74% | - |
| XYZ | 11.59 | 6.56 | 48.23 | - |
| YUV | 65.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 188 | 0.72 | 0.74 | 0 | 0.26 | 241.3 | 0.59 | 0.46 |
| Hex | 34 | 31 | BC | 48 | 4A | 0 | 1A | F1 | 3B | 2E |
| Octal | 64 | 61 | 274 | 110 | 112 | 0 | 32 | 361 | 73 | 56 |
| Binary | 110100 | 110001 | 10111100 | 1001000 | 1001010 | 0 | 11010 | 11110001 | 111011 | 101110 |
Color Harmonies of #3431BC
Complementary color
Monochromatic Colors of #3431BC
Black with #3431BC
Text Example
Text Example
White with #3431BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431BC; }
p { color: rgb(52,49,188); }
H1.HeaderClassName
{
color: #3431BC;
}
.AnyTagClassName
{
color: #3431BC;
}
</style>
background-color css
<style>
a { background-color: #3431BC; }
a { background-color: rgb(52,49,188); }
div.DivClassName
{
background-color: #3431BC;
}
.BgClassName
{
background-color: #3431BC;
}
</style>
border-color css
<style>
span { border-color: #3431BC; }
span { border-color: rgb(52,49,188); }
td.TdClassName
{
border-color: #3431BC;
}
.TagClassName
{
border-color: #3431BC;
}
</style>