Shades of Persian Blue #2343BC
Tints of Persian Blue #2343BC
RGB
CMYK
RGB Variations
Color information
#2343BC (or 0x2343BC) is known color: Persian Blue. HEX triplet: 23, 43 and BC. RGB value is (35,67,188). Sum of RGB (Red+Green+Blue) = 35+67+188=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #2343BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343BC is #DCBC43. Grayscale: #464646. Windows color (decimal): -14466116 or 12337955. OLE color: 12337955.
HSL color Cylindrical-coordinate representation of color #2343BC: hue angle of 227.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2343BC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 67 | 188 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.26 |
| HSL | 227.45º | 0.69% | 0.44% | - |
| HSV(B) | 227.45º | 0.81% | 0.74% | - |
| XYZ | 11.78 | 8 | 48.5 | - |
| YUV | 71.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 188 | 0.81 | 0.64 | 0 | 0.26 | 227.45 | 0.69 | 0.44 |
| Hex | 23 | 43 | BC | 51 | 40 | 0 | 1A | E3 | 45 | 2C |
| Octal | 43 | 103 | 274 | 121 | 100 | 0 | 32 | 343 | 105 | 54 |
| Binary | 100011 | 1000011 | 10111100 | 1010001 | 1000000 | 0 | 11010 | 11100011 | 1000101 | 101100 |
Color Harmonies of #2343BC
Complementary color
Monochromatic Colors of #2343BC
Black with #2343BC
Text Example
Text Example
White with #2343BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343BC; }
p { color: rgb(35,67,188); }
H1.HeaderClassName
{
color: #2343BC;
}
.AnyTagClassName
{
color: #2343BC;
}
</style>
background-color css
<style>
a { background-color: #2343BC; }
a { background-color: rgb(35,67,188); }
div.DivClassName
{
background-color: #2343BC;
}
.BgClassName
{
background-color: #2343BC;
}
</style>
border-color css
<style>
span { border-color: #2343BC; }
span { border-color: rgb(35,67,188); }
td.TdClassName
{
border-color: #2343BC;
}
.TagClassName
{
border-color: #2343BC;
}
</style>