Shades of Persian Blue #343FC0
Tints of Persian Blue #343FC0
RGB
CMYK
RGB Variations
Color information
#343FC0 (or 0x343FC0) is known color: Persian Blue. HEX triplet: 34, 3F and C0. RGB value is (52,63,192). Sum of RGB (Red+Green+Blue) = 52+63+192=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #343FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FC0 is #CBC03F. Grayscale: #494949. Windows color (decimal): -13353024 or 12599092. OLE color: 12599092.
HSL color Cylindrical-coordinate representation of color #343FC0: hue angle of 235.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343FC0 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 63 | 192 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.25 |
| HSL | 235.29º | 0.57% | 0.48% | - |
| HSV(B) | 235.29º | 0.73% | 0.75% | - |
| XYZ | 12.71 | 8.09 | 50.76 | - |
| YUV | 74.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 192 | 0.73 | 0.67 | 0 | 0.25 | 235.29 | 0.57 | 0.48 |
| Hex | 34 | 3F | C0 | 49 | 43 | 0 | 19 | EB | 39 | 30 |
| Octal | 64 | 77 | 300 | 111 | 103 | 0 | 31 | 353 | 71 | 60 |
| Binary | 110100 | 111111 | 11000000 | 1001001 | 1000011 | 0 | 11001 | 11101011 | 111001 | 110000 |
Color Harmonies of #343FC0
Complementary color
Monochromatic Colors of #343FC0
Black with #343FC0
Text Example
Text Example
White with #343FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FC0; }
p { color: rgb(52,63,192); }
H1.HeaderClassName
{
color: #343FC0;
}
.AnyTagClassName
{
color: #343FC0;
}
</style>
background-color css
<style>
a { background-color: #343FC0; }
a { background-color: rgb(52,63,192); }
div.DivClassName
{
background-color: #343FC0;
}
.BgClassName
{
background-color: #343FC0;
}
</style>
border-color css
<style>
span { border-color: #343FC0; }
span { border-color: rgb(52,63,192); }
td.TdClassName
{
border-color: #343FC0;
}
.TagClassName
{
border-color: #343FC0;
}
</style>