Shades of Persian Blue #343BCB
Tints of Persian Blue #343BCB
RGB
CMYK
RGB Variations
Color information
#343BCB (or 0x343BCB) is known color: Persian Blue. HEX triplet: 34, 3B and CB. RGB value is (52,59,203). Sum of RGB (Red+Green+Blue) = 52+59+203=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #343BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BCB is #CBC434. Grayscale: #484848. Windows color (decimal): -13354037 or 13318964. OLE color: 13318964.
HSL color Cylindrical-coordinate representation of color #343BCB: hue angle of 237.22º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343BCB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 59 | 203 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 237.22º | 0.59% | 0.5% | - |
| HSV(B) | 237.22º | 0.74% | 0.8% | - |
| XYZ | 13.76 | 8.17 | 57.35 | - |
| YUV | 73.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 203 | 0.74 | 0.71 | 0 | 0.20 | 237.22 | 0.59 | 0.5 |
| Hex | 34 | 3B | CB | 4A | 47 | 0 | 14 | ED | 3B | 32 |
| Octal | 64 | 73 | 313 | 112 | 107 | 0 | 24 | 355 | 73 | 62 |
| Binary | 110100 | 111011 | 11001011 | 1001010 | 1000111 | 0 | 10100 | 11101101 | 111011 | 110010 |
Color Harmonies of #343BCB
Complementary color
Monochromatic Colors of #343BCB
Black with #343BCB
Text Example
Text Example
White with #343BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BCB; }
p { color: rgb(52,59,203); }
H1.HeaderClassName
{
color: #343BCB;
}
.AnyTagClassName
{
color: #343BCB;
}
</style>
background-color css
<style>
a { background-color: #343BCB; }
a { background-color: rgb(52,59,203); }
div.DivClassName
{
background-color: #343BCB;
}
.BgClassName
{
background-color: #343BCB;
}
</style>
border-color css
<style>
span { border-color: #343BCB; }
span { border-color: rgb(52,59,203); }
td.TdClassName
{
border-color: #343BCB;
}
.TagClassName
{
border-color: #343BCB;
}
</style>