Shades of Persian Blue #3418BD
Tints of Persian Blue #3418BD
RGB
CMYK
RGB Variations
Color information
#3418BD (or 0x3418BD) is known color: Persian Blue. HEX triplet: 34, 18 and BD. RGB value is (52,24,189). Sum of RGB (Red+Green+Blue) = 52+24+189=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #3418BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418BD is #CBE742. Grayscale: #323232. Windows color (decimal): -13363011 or 12392500. OLE color: 12392500.
HSL color Cylindrical-coordinate representation of color #3418BD: hue angle of 250.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3418BD is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 24 | 189 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.26 |
| HSL | 250.18º | 0.77% | 0.42% | - |
| HSV(B) | 250.18º | 0.87% | 0.74% | - |
| XYZ | 10.93 | 5.06 | 48.54 | - |
| YUV | 51.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 189 | 0.72 | 0.87 | 0 | 0.26 | 250.18 | 0.77 | 0.42 |
| Hex | 34 | 18 | BD | 48 | 57 | 0 | 1A | FA | 4D | 2A |
| Octal | 64 | 30 | 275 | 110 | 127 | 0 | 32 | 372 | 115 | 52 |
| Binary | 110100 | 11000 | 10111101 | 1001000 | 1010111 | 0 | 11010 | 11111010 | 1001101 | 101010 |
Color Harmonies of #3418BD
Complementary color
Monochromatic Colors of #3418BD
Black with #3418BD
Text Example
Text Example
White with #3418BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3418BD; }
p { color: rgb(52,24,189); }
H1.HeaderClassName
{
color: #3418BD;
}
.AnyTagClassName
{
color: #3418BD;
}
</style>
background-color css
<style>
a { background-color: #3418BD; }
a { background-color: rgb(52,24,189); }
div.DivClassName
{
background-color: #3418BD;
}
.BgClassName
{
background-color: #3418BD;
}
</style>
border-color css
<style>
span { border-color: #3418BD; }
span { border-color: rgb(52,24,189); }
td.TdClassName
{
border-color: #3418BD;
}
.TagClassName
{
border-color: #3418BD;
}
</style>