Shades of Persian Blue #2342DC
Tints of Persian Blue #2342DC
RGB
CMYK
RGB Variations
Color information
#2342DC (or 0x2342DC) is known color: Persian Blue. HEX triplet: 23, 42 and DC. RGB value is (35,66,220). Sum of RGB (Red+Green+Blue) = 35+66+220=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #2342DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342DC is #DCBD23. Grayscale: #494949. Windows color (decimal): -14466340 or 14434851. OLE color: 14434851.
HSL color Cylindrical-coordinate representation of color #2342DC: hue angle of 229.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2342DC is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 66 | 220 | - |
| CMYK | 0.84 | 0.7 | 0 | 0.14 |
| HSL | 229.95º | 0.73% | 0.5% | - |
| HSV(B) | 229.95º | 0.84% | 0.86% | - |
| XYZ | 15.56 | 9.42 | 68.71 | - |
| YUV | 74.29 | 210.23 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 220 | 0.84 | 0.7 | 0 | 0.14 | 229.95 | 0.73 | 0.5 |
| Hex | 23 | 42 | DC | 54 | 46 | 0 | E | E6 | 49 | 32 |
| Octal | 43 | 102 | 334 | 124 | 106 | 0 | 16 | 346 | 111 | 62 |
| Binary | 100011 | 1000010 | 11011100 | 1010100 | 1000110 | 0 | 1110 | 11100110 | 1001001 | 110010 |
Color Harmonies of #2342DC
Complementary color
Monochromatic Colors of #2342DC
Black with #2342DC
Text Example
Text Example
White with #2342DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2342DC; }
p { color: rgb(35,66,220); }
H1.HeaderClassName
{
color: #2342DC;
}
.AnyTagClassName
{
color: #2342DC;
}
</style>
background-color css
<style>
a { background-color: #2342DC; }
a { background-color: rgb(35,66,220); }
div.DivClassName
{
background-color: #2342DC;
}
.BgClassName
{
background-color: #2342DC;
}
</style>
border-color css
<style>
span { border-color: #2342DC; }
span { border-color: rgb(35,66,220); }
td.TdClassName
{
border-color: #2342DC;
}
.TagClassName
{
border-color: #2342DC;
}
</style>