Shades of Persian Blue #2342DE
Tints of Persian Blue #2342DE
RGB
CMYK
RGB Variations
Color information
#2342DE (or 0x2342DE) is known color: Persian Blue. HEX triplet: 23, 42 and DE. RGB value is (35,66,222). Sum of RGB (Red+Green+Blue) = 35+66+222=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #2342DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342DE is #DCBD21. Grayscale: #494949. Windows color (decimal): -14466338 or 14565923. OLE color: 14565923.
HSL color Cylindrical-coordinate representation of color #2342DE: hue angle of 230.05º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2342DE is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 66 | 222 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.13 |
| HSL | 230.05º | 0.74% | 0.5% | - |
| HSV(B) | 230.05º | 0.84% | 0.87% | - |
| XYZ | 15.83 | 9.53 | 70.11 | - |
| YUV | 74.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 222 | 0.84 | 0.70 | 0 | 0.13 | 230.05 | 0.74 | 0.5 |
| Hex | 23 | 42 | DE | 54 | 46 | 0 | D | E6 | 4A | 32 |
| Octal | 43 | 102 | 336 | 124 | 106 | 0 | 15 | 346 | 112 | 62 |
| Binary | 100011 | 1000010 | 11011110 | 1010100 | 1000110 | 0 | 1101 | 11100110 | 1001010 | 110010 |
Color Harmonies of #2342DE
Complementary color
Monochromatic Colors of #2342DE
Black with #2342DE
Text Example
Text Example
White with #2342DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2342DE; }
p { color: rgb(35,66,222); }
H1.HeaderClassName
{
color: #2342DE;
}
.AnyTagClassName
{
color: #2342DE;
}
</style>
background-color css
<style>
a { background-color: #2342DE; }
a { background-color: rgb(35,66,222); }
div.DivClassName
{
background-color: #2342DE;
}
.BgClassName
{
background-color: #2342DE;
}
</style>
border-color css
<style>
span { border-color: #2342DE; }
span { border-color: rgb(35,66,222); }
td.TdClassName
{
border-color: #2342DE;
}
.TagClassName
{
border-color: #2342DE;
}
</style>