Shades of Persian Blue #232DDE
Tints of Persian Blue #232DDE
RGB
CMYK
RGB Variations
Color information
#232DDE (or 0x232DDE) is known color: Persian Blue. HEX triplet: 23, 2D and DE. RGB value is (35,45,222). Sum of RGB (Red+Green+Blue) = 35+45+222=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #232DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DDE is #DCD221. Grayscale: #3D3D3D. Windows color (decimal): -14471714 or 14560547. OLE color: 14560547.
HSL color Cylindrical-coordinate representation of color #232DDE: hue angle of 236.79º 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 #232DDE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 45 | 222 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.13 |
| HSL | 236.79º | 0.74% | 0.5% | - |
| HSV(B) | 236.79º | 0.84% | 0.87% | - |
| XYZ | 14.82 | 7.51 | 69.78 | - |
| YUV | 62.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 222 | 0.84 | 0.80 | 0 | 0.13 | 236.79 | 0.74 | 0.5 |
| Hex | 23 | 2D | DE | 54 | 50 | 0 | D | ED | 4A | 32 |
| Octal | 43 | 55 | 336 | 124 | 120 | 0 | 15 | 355 | 112 | 62 |
| Binary | 100011 | 101101 | 11011110 | 1010100 | 1010000 | 0 | 1101 | 11101101 | 1001010 | 110010 |
Color Harmonies of #232DDE
Complementary color
Monochromatic Colors of #232DDE
Black with #232DDE
Text Example
Text Example
White with #232DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DDE; }
p { color: rgb(35,45,222); }
H1.HeaderClassName
{
color: #232DDE;
}
.AnyTagClassName
{
color: #232DDE;
}
</style>
background-color css
<style>
a { background-color: #232DDE; }
a { background-color: rgb(35,45,222); }
div.DivClassName
{
background-color: #232DDE;
}
.BgClassName
{
background-color: #232DDE;
}
</style>
border-color css
<style>
span { border-color: #232DDE; }
span { border-color: rgb(35,45,222); }
td.TdClassName
{
border-color: #232DDE;
}
.TagClassName
{
border-color: #232DDE;
}
</style>