Shades of Persian Blue #343FB6
Tints of Persian Blue #343FB6
RGB
CMYK
RGB Variations
Color information
#343FB6 (or 0x343FB6) is known color: Persian Blue. HEX triplet: 34, 3F and B6. RGB value is (52,63,182). Sum of RGB (Red+Green+Blue) = 52+63+182=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #343FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FB6 is #CBC049. Grayscale: #484848. Windows color (decimal): -13353034 or 11943732. OLE color: 11943732.
HSL color Cylindrical-coordinate representation of color #343FB6: hue angle of 234.92º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343FB6 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 63 | 182 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.29 |
| HSL | 234.92º | 0.56% | 0.46% | - |
| HSV(B) | 234.92º | 0.71% | 0.71% | - |
| XYZ | 11.64 | 7.66 | 45.12 | - |
| YUV | 73.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 182 | 0.71 | 0.65 | 0 | 0.29 | 234.92 | 0.56 | 0.46 |
| Hex | 34 | 3F | B6 | 47 | 41 | 0 | 1D | EB | 38 | 2E |
| Octal | 64 | 77 | 266 | 107 | 101 | 0 | 35 | 353 | 70 | 56 |
| Binary | 110100 | 111111 | 10110110 | 1000111 | 1000001 | 0 | 11101 | 11101011 | 111000 | 101110 |
Color Harmonies of #343FB6
Complementary color
Monochromatic Colors of #343FB6
Black with #343FB6
Text Example
Text Example
White with #343FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FB6; }
p { color: rgb(52,63,182); }
H1.HeaderClassName
{
color: #343FB6;
}
.AnyTagClassName
{
color: #343FB6;
}
</style>
background-color css
<style>
a { background-color: #343FB6; }
a { background-color: rgb(52,63,182); }
div.DivClassName
{
background-color: #343FB6;
}
.BgClassName
{
background-color: #343FB6;
}
</style>
border-color css
<style>
span { border-color: #343FB6; }
span { border-color: rgb(52,63,182); }
td.TdClassName
{
border-color: #343FB6;
}
.TagClassName
{
border-color: #343FB6;
}
</style>