Shades of Persian Blue #343AC2
Tints of Persian Blue #343AC2
RGB
CMYK
RGB Variations
Color information
#343AC2 (or 0x343AC2) is known color: Persian Blue. HEX triplet: 34, 3A and C2. RGB value is (52,58,194). Sum of RGB (Red+Green+Blue) = 52+58+194=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #343AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AC2 is #CBC53D. Grayscale: #474747. Windows color (decimal): -13354302 or 12728884. OLE color: 12728884.
HSL color Cylindrical-coordinate representation of color #343AC2: hue angle of 237.46º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343AC2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 58 | 194 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.24 |
| HSL | 237.46º | 0.58% | 0.48% | - |
| HSV(B) | 237.46º | 0.73% | 0.76% | - |
| XYZ | 12.67 | 7.65 | 51.85 | - |
| YUV | 71.71 | 197.01 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 194 | 0.73 | 0.70 | 0 | 0.24 | 237.46 | 0.58 | 0.48 |
| Hex | 34 | 3A | C2 | 49 | 46 | 0 | 18 | ED | 3A | 30 |
| Octal | 64 | 72 | 302 | 111 | 106 | 0 | 30 | 355 | 72 | 60 |
| Binary | 110100 | 111010 | 11000010 | 1001001 | 1000110 | 0 | 11000 | 11101101 | 111010 | 110000 |
Color Harmonies of #343AC2
Complementary color
Monochromatic Colors of #343AC2
Black with #343AC2
Text Example
Text Example
White with #343AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AC2; }
p { color: rgb(52,58,194); }
H1.HeaderClassName
{
color: #343AC2;
}
.AnyTagClassName
{
color: #343AC2;
}
</style>
background-color css
<style>
a { background-color: #343AC2; }
a { background-color: rgb(52,58,194); }
div.DivClassName
{
background-color: #343AC2;
}
.BgClassName
{
background-color: #343AC2;
}
</style>
border-color css
<style>
span { border-color: #343AC2; }
span { border-color: rgb(52,58,194); }
td.TdClassName
{
border-color: #343AC2;
}
.TagClassName
{
border-color: #343AC2;
}
</style>