Shades of Persian Blue #232DDD
Tints of Persian Blue #232DDD
RGB
CMYK
RGB Variations
Color information
#232DDD (or 0x232DDD) is known color: Persian Blue. HEX triplet: 23, 2D and DD. RGB value is (35,45,221). Sum of RGB (Red+Green+Blue) = 35+45+221=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #232DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DDD is #DCD222. Grayscale: #3D3D3D. Windows color (decimal): -14471715 or 14495011. OLE color: 14495011.
HSL color Cylindrical-coordinate representation of color #232DDD: hue angle of 236.77º degrees, saturation: 0.73, 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 #232DDD is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 45 | 221 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.13 |
| HSL | 236.77º | 0.73% | 0.5% | - |
| HSV(B) | 236.77º | 0.84% | 0.87% | - |
| XYZ | 14.68 | 7.45 | 69.07 | - |
| YUV | 62.07 | 217.69 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 221 | 0.84 | 0.80 | 0 | 0.13 | 236.77 | 0.73 | 0.5 |
| Hex | 23 | 2D | DD | 54 | 50 | 0 | D | ED | 49 | 32 |
| Octal | 43 | 55 | 335 | 124 | 120 | 0 | 15 | 355 | 111 | 62 |
| Binary | 100011 | 101101 | 11011101 | 1010100 | 1010000 | 0 | 1101 | 11101101 | 1001001 | 110010 |
Color Harmonies of #232DDD
Complementary color
Monochromatic Colors of #232DDD
Black with #232DDD
Text Example
Text Example
White with #232DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DDD; }
p { color: rgb(35,45,221); }
H1.HeaderClassName
{
color: #232DDD;
}
.AnyTagClassName
{
color: #232DDD;
}
</style>
background-color css
<style>
a { background-color: #232DDD; }
a { background-color: rgb(35,45,221); }
div.DivClassName
{
background-color: #232DDD;
}
.BgClassName
{
background-color: #232DDD;
}
</style>
border-color css
<style>
span { border-color: #232DDD; }
span { border-color: rgb(35,45,221); }
td.TdClassName
{
border-color: #232DDD;
}
.TagClassName
{
border-color: #232DDD;
}
</style>