Shades of Persian Blue #343EBA
Tints of Persian Blue #343EBA
RGB
CMYK
RGB Variations
Color information
#343EBA (or 0x343EBA) is known color: Persian Blue. HEX triplet: 34, 3E and BA. RGB value is (52,62,186). Sum of RGB (Red+Green+Blue) = 52+62+186=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #343EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EBA is #CBC145. Grayscale: #484848. Windows color (decimal): -13353286 or 12205620. OLE color: 12205620.
HSL color Cylindrical-coordinate representation of color #343EBA: hue angle of 235.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343EBA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 62 | 186 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.27 |
| HSL | 235.52º | 0.56% | 0.47% | - |
| HSV(B) | 235.52º | 0.72% | 0.73% | - |
| XYZ | 12 | 7.72 | 47.31 | - |
| YUV | 73.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 186 | 0.72 | 0.67 | 0 | 0.27 | 235.52 | 0.56 | 0.47 |
| Hex | 34 | 3E | BA | 48 | 43 | 0 | 1B | EC | 38 | 2F |
| Octal | 64 | 76 | 272 | 110 | 103 | 0 | 33 | 354 | 70 | 57 |
| Binary | 110100 | 111110 | 10111010 | 1001000 | 1000011 | 0 | 11011 | 11101100 | 111000 | 101111 |
Color Harmonies of #343EBA
Complementary color
Monochromatic Colors of #343EBA
Black with #343EBA
Text Example
Text Example
White with #343EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EBA; }
p { color: rgb(52,62,186); }
H1.HeaderClassName
{
color: #343EBA;
}
.AnyTagClassName
{
color: #343EBA;
}
</style>
background-color css
<style>
a { background-color: #343EBA; }
a { background-color: rgb(52,62,186); }
div.DivClassName
{
background-color: #343EBA;
}
.BgClassName
{
background-color: #343EBA;
}
</style>
border-color css
<style>
span { border-color: #343EBA; }
span { border-color: rgb(52,62,186); }
td.TdClassName
{
border-color: #343EBA;
}
.TagClassName
{
border-color: #343EBA;
}
</style>