Shades of Persian Blue #2342BC
Tints of Persian Blue #2342BC
RGB
CMYK
RGB Variations
Color information
#2342BC (or 0x2342BC) is known color: Persian Blue. HEX triplet: 23, 42 and BC. RGB value is (35,66,188). Sum of RGB (Red+Green+Blue) = 35+66+188=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #2342BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342BC is #DCBD43. Grayscale: #464646. Windows color (decimal): -14466372 or 12337699. OLE color: 12337699.
HSL color Cylindrical-coordinate representation of color #2342BC: hue angle of 227.84º 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 #2342BC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 66 | 188 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.26 |
| HSL | 227.84º | 0.69% | 0.44% | - |
| HSV(B) | 227.84º | 0.81% | 0.74% | - |
| XYZ | 11.72 | 7.88 | 48.48 | - |
| YUV | 70.64 | 194.23 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 188 | 0.81 | 0.65 | 0 | 0.26 | 227.84 | 0.69 | 0.44 |
| Hex | 23 | 42 | BC | 51 | 41 | 0 | 1A | E4 | 45 | 2C |
| Octal | 43 | 102 | 274 | 121 | 101 | 0 | 32 | 344 | 105 | 54 |
| Binary | 100011 | 1000010 | 10111100 | 1010001 | 1000001 | 0 | 11010 | 11100100 | 1000101 | 101100 |
Color Harmonies of #2342BC
Complementary color
Monochromatic Colors of #2342BC
Black with #2342BC
Text Example
Text Example
White with #2342BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2342BC; }
p { color: rgb(35,66,188); }
H1.HeaderClassName
{
color: #2342BC;
}
.AnyTagClassName
{
color: #2342BC;
}
</style>
background-color css
<style>
a { background-color: #2342BC; }
a { background-color: rgb(35,66,188); }
div.DivClassName
{
background-color: #2342BC;
}
.BgClassName
{
background-color: #2342BC;
}
</style>
border-color css
<style>
span { border-color: #2342BC; }
span { border-color: rgb(35,66,188); }
td.TdClassName
{
border-color: #2342BC;
}
.TagClassName
{
border-color: #2342BC;
}
</style>