Shades of Persian Blue #2331DF
Tints of Persian Blue #2331DF
RGB
CMYK
RGB Variations
Color information
#2331DF (or 0x2331DF) is known color: Persian Blue. HEX triplet: 23, 31 and DF. RGB value is (35,49,223). Sum of RGB (Red+Green+Blue) = 35+49+223=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #2331DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2331DF is #DCCE20. Grayscale: #3F3F3F. Windows color (decimal): -14470689 or 14627107. OLE color: 14627107.
HSL color Cylindrical-coordinate representation of color #2331DF: hue angle of 235.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2331DF is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 49 | 223 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.13 |
| HSL | 235.53º | 0.75% | 0.51% | - |
| HSV(B) | 235.53º | 0.84% | 0.87% | - |
| XYZ | 15.11 | 7.88 | 70.54 | - |
| YUV | 64.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 223 | 0.84 | 0.78 | 0 | 0.13 | 235.53 | 0.75 | 0.51 |
| Hex | 23 | 31 | DF | 54 | 4E | 0 | D | EC | 4B | 33 |
| Octal | 43 | 61 | 337 | 124 | 116 | 0 | 15 | 354 | 113 | 63 |
| Binary | 100011 | 110001 | 11011111 | 1010100 | 1001110 | 0 | 1101 | 11101100 | 1001011 | 110011 |
Color Harmonies of #2331DF
Complementary color
Monochromatic Colors of #2331DF
Black with #2331DF
Text Example
Text Example
White with #2331DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2331DF; }
p { color: rgb(35,49,223); }
H1.HeaderClassName
{
color: #2331DF;
}
.AnyTagClassName
{
color: #2331DF;
}
</style>
background-color css
<style>
a { background-color: #2331DF; }
a { background-color: rgb(35,49,223); }
div.DivClassName
{
background-color: #2331DF;
}
.BgClassName
{
background-color: #2331DF;
}
</style>
border-color css
<style>
span { border-color: #2331DF; }
span { border-color: rgb(35,49,223); }
td.TdClassName
{
border-color: #2331DF;
}
.TagClassName
{
border-color: #2331DF;
}
</style>