Shades of Persian Blue #343CB8
Tints of Persian Blue #343CB8
RGB
CMYK
RGB Variations
Color information
#343CB8 (or 0x343CB8) is known color: Persian Blue. HEX triplet: 34, 3C and B8. RGB value is (52,60,184). Sum of RGB (Red+Green+Blue) = 52+60+184=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #343CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CB8 is #CBC347. Grayscale: #474747. Windows color (decimal): -13353800 or 12074036. OLE color: 12074036.
HSL color Cylindrical-coordinate representation of color #343CB8: hue angle of 236.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343CB8 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 60 | 184 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.28 |
| HSL | 236.36º | 0.56% | 0.46% | - |
| HSV(B) | 236.36º | 0.72% | 0.72% | - |
| XYZ | 11.68 | 7.42 | 46.16 | - |
| YUV | 71.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 184 | 0.72 | 0.67 | 0 | 0.28 | 236.36 | 0.56 | 0.46 |
| Hex | 34 | 3C | B8 | 48 | 43 | 0 | 1C | EC | 38 | 2E |
| Octal | 64 | 74 | 270 | 110 | 103 | 0 | 34 | 354 | 70 | 56 |
| Binary | 110100 | 111100 | 10111000 | 1001000 | 1000011 | 0 | 11100 | 11101100 | 111000 | 101110 |
Color Harmonies of #343CB8
Complementary color
Monochromatic Colors of #343CB8
Black with #343CB8
Text Example
Text Example
White with #343CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CB8; }
p { color: rgb(52,60,184); }
H1.HeaderClassName
{
color: #343CB8;
}
.AnyTagClassName
{
color: #343CB8;
}
</style>
background-color css
<style>
a { background-color: #343CB8; }
a { background-color: rgb(52,60,184); }
div.DivClassName
{
background-color: #343CB8;
}
.BgClassName
{
background-color: #343CB8;
}
</style>
border-color css
<style>
span { border-color: #343CB8; }
span { border-color: rgb(52,60,184); }
td.TdClassName
{
border-color: #343CB8;
}
.TagClassName
{
border-color: #343CB8;
}
</style>