Shades of Persian Blue #232CDF
Tints of Persian Blue #232CDF
RGB
CMYK
RGB Variations
Color information
#232CDF (or 0x232CDF) is known color: Persian Blue. HEX triplet: 23, 2C and DF. RGB value is (35,44,223). Sum of RGB (Red+Green+Blue) = 35+44+223=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #232CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CDF is #DCD320. Grayscale: #3C3C3C. Windows color (decimal): -14471969 or 14625827. OLE color: 14625827.
HSL color Cylindrical-coordinate representation of color #232CDF: hue angle of 237.13º 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 #232CDF is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 44 | 223 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.13 |
| HSL | 237.13º | 0.75% | 0.51% | - |
| HSV(B) | 237.13º | 0.84% | 0.87% | - |
| XYZ | 14.91 | 7.49 | 70.47 | - |
| YUV | 61.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 223 | 0.84 | 0.80 | 0 | 0.13 | 237.13 | 0.75 | 0.51 |
| Hex | 23 | 2C | DF | 54 | 50 | 0 | D | ED | 4B | 33 |
| Octal | 43 | 54 | 337 | 124 | 120 | 0 | 15 | 355 | 113 | 63 |
| Binary | 100011 | 101100 | 11011111 | 1010100 | 1010000 | 0 | 1101 | 11101101 | 1001011 | 110011 |
Color Harmonies of #232CDF
Complementary color
Monochromatic Colors of #232CDF
Black with #232CDF
Text Example
Text Example
White with #232CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CDF; }
p { color: rgb(35,44,223); }
H1.HeaderClassName
{
color: #232CDF;
}
.AnyTagClassName
{
color: #232CDF;
}
</style>
background-color css
<style>
a { background-color: #232CDF; }
a { background-color: rgb(35,44,223); }
div.DivClassName
{
background-color: #232CDF;
}
.BgClassName
{
background-color: #232CDF;
}
</style>
border-color css
<style>
span { border-color: #232CDF; }
span { border-color: rgb(35,44,223); }
td.TdClassName
{
border-color: #232CDF;
}
.TagClassName
{
border-color: #232CDF;
}
</style>