Shades of Persian Blue #343BCC
Tints of Persian Blue #343BCC
RGB
CMYK
RGB Variations
Color information
#343BCC (or 0x343BCC) is known color: Persian Blue. HEX triplet: 34, 3B and CC. RGB value is (52,59,204). Sum of RGB (Red+Green+Blue) = 52+59+204=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #343BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BCC is #CBC433. Grayscale: #484848. Windows color (decimal): -13354036 or 13384500. OLE color: 13384500.
HSL color Cylindrical-coordinate representation of color #343BCC: hue angle of 237.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343BCC is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 59 | 204 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.2 |
| HSL | 237.24º | 0.6% | 0.5% | - |
| HSV(B) | 237.24º | 0.75% | 0.8% | - |
| XYZ | 13.88 | 8.22 | 57.98 | - |
| YUV | 73.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 204 | 0.75 | 0.71 | 0 | 0.2 | 237.24 | 0.6 | 0.5 |
| Hex | 34 | 3B | CC | 4B | 47 | 0 | 14 | ED | 3C | 32 |
| Octal | 64 | 73 | 314 | 113 | 107 | 0 | 24 | 355 | 74 | 62 |
| Binary | 110100 | 111011 | 11001100 | 1001011 | 1000111 | 0 | 10100 | 11101101 | 111100 | 110010 |
Color Harmonies of #343BCC
Complementary color
Monochromatic Colors of #343BCC
Black with #343BCC
Text Example
Text Example
White with #343BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BCC; }
p { color: rgb(52,59,204); }
H1.HeaderClassName
{
color: #343BCC;
}
.AnyTagClassName
{
color: #343BCC;
}
</style>
background-color css
<style>
a { background-color: #343BCC; }
a { background-color: rgb(52,59,204); }
div.DivClassName
{
background-color: #343BCC;
}
.BgClassName
{
background-color: #343BCC;
}
</style>
border-color css
<style>
span { border-color: #343BCC; }
span { border-color: rgb(52,59,204); }
td.TdClassName
{
border-color: #343BCC;
}
.TagClassName
{
border-color: #343BCC;
}
</style>