Shades of Persian Blue #343DB1
Tints of Persian Blue #343DB1
RGB
CMYK
RGB Variations
Color information
#343DB1 (or 0x343DB1) is known color: Persian Blue. HEX triplet: 34, 3D and B1. RGB value is (52,61,177). Sum of RGB (Red+Green+Blue) = 52+61+177=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #343DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DB1 is #CBC24E. Grayscale: #474747. Windows color (decimal): -13353551 or 11615540. OLE color: 11615540.
HSL color Cylindrical-coordinate representation of color #343DB1: hue angle of 235.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343DB1 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 61 | 177 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.31 |
| HSL | 235.68º | 0.55% | 0.45% | - |
| HSV(B) | 235.68º | 0.71% | 0.69% | - |
| XYZ | 11.02 | 7.24 | 42.41 | - |
| YUV | 71.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 177 | 0.71 | 0.66 | 0 | 0.31 | 235.68 | 0.55 | 0.45 |
| Hex | 34 | 3D | B1 | 47 | 42 | 0 | 1F | EC | 37 | 2D |
| Octal | 64 | 75 | 261 | 107 | 102 | 0 | 37 | 354 | 67 | 55 |
| Binary | 110100 | 111101 | 10110001 | 1000111 | 1000010 | 0 | 11111 | 11101100 | 110111 | 101101 |
Color Harmonies of #343DB1
Complementary color
Monochromatic Colors of #343DB1
Black with #343DB1
Text Example
Text Example
White with #343DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DB1; }
p { color: rgb(52,61,177); }
H1.HeaderClassName
{
color: #343DB1;
}
.AnyTagClassName
{
color: #343DB1;
}
</style>
background-color css
<style>
a { background-color: #343DB1; }
a { background-color: rgb(52,61,177); }
div.DivClassName
{
background-color: #343DB1;
}
.BgClassName
{
background-color: #343DB1;
}
</style>
border-color css
<style>
span { border-color: #343DB1; }
span { border-color: rgb(52,61,177); }
td.TdClassName
{
border-color: #343DB1;
}
.TagClassName
{
border-color: #343DB1;
}
</style>