Shades of Persian Blue #343AB3
Tints of Persian Blue #343AB3
RGB
CMYK
RGB Variations
Color information
#343AB3 (or 0x343AB3) is known color: Persian Blue. HEX triplet: 34, 3A and B3. RGB value is (52,58,179). Sum of RGB (Red+Green+Blue) = 52+58+179=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #343AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB3 is #CBC54C. Grayscale: #454545. Windows color (decimal): -13354317 or 11745844. OLE color: 11745844.
HSL color Cylindrical-coordinate representation of color #343AB3: hue angle of 237.17º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343AB3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 58 | 179 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.30 |
| HSL | 237.17º | 0.55% | 0.45% | - |
| HSV(B) | 237.17º | 0.71% | 0.7% | - |
| XYZ | 11.07 | 7.01 | 43.42 | - |
| YUV | 70 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 179 | 0.71 | 0.68 | 0 | 0.30 | 237.17 | 0.55 | 0.45 |
| Hex | 34 | 3A | B3 | 47 | 44 | 0 | 1E | ED | 37 | 2D |
| Octal | 64 | 72 | 263 | 107 | 104 | 0 | 36 | 355 | 67 | 55 |
| Binary | 110100 | 111010 | 10110011 | 1000111 | 1000100 | 0 | 11110 | 11101101 | 110111 | 101101 |
Color Harmonies of #343AB3
Complementary color
Monochromatic Colors of #343AB3
Black with #343AB3
Text Example
Text Example
White with #343AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AB3; }
p { color: rgb(52,58,179); }
H1.HeaderClassName
{
color: #343AB3;
}
.AnyTagClassName
{
color: #343AB3;
}
</style>
background-color css
<style>
a { background-color: #343AB3; }
a { background-color: rgb(52,58,179); }
div.DivClassName
{
background-color: #343AB3;
}
.BgClassName
{
background-color: #343AB3;
}
</style>
border-color css
<style>
span { border-color: #343AB3; }
span { border-color: rgb(52,58,179); }
td.TdClassName
{
border-color: #343AB3;
}
.TagClassName
{
border-color: #343AB3;
}
</style>