Shades of Persian Blue #232BDD
Tints of Persian Blue #232BDD
RGB
CMYK
RGB Variations
Color information
#232BDD (or 0x232BDD) is known color: Persian Blue. HEX triplet: 23, 2B and DD. RGB value is (35,43,221). Sum of RGB (Red+Green+Blue) = 35+43+221=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #232BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BDD is #DCD422. Grayscale: #3C3C3C. Windows color (decimal): -14472227 or 14494499. OLE color: 14494499.
HSL color Cylindrical-coordinate representation of color #232BDD: hue angle of 237.42º 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 #232BDD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 43 | 221 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.13 |
| HSL | 237.42º | 0.73% | 0.5% | - |
| HSV(B) | 237.42º | 0.84% | 0.87% | - |
| XYZ | 14.61 | 7.31 | 69.05 | - |
| YUV | 60.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 221 | 0.84 | 0.81 | 0 | 0.13 | 237.42 | 0.73 | 0.5 |
| Hex | 23 | 2B | DD | 54 | 51 | 0 | D | ED | 49 | 32 |
| Octal | 43 | 53 | 335 | 124 | 121 | 0 | 15 | 355 | 111 | 62 |
| Binary | 100011 | 101011 | 11011101 | 1010100 | 1010001 | 0 | 1101 | 11101101 | 1001001 | 110010 |
Color Harmonies of #232BDD
Complementary color
Monochromatic Colors of #232BDD
Black with #232BDD
Text Example
Text Example
White with #232BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BDD; }
p { color: rgb(35,43,221); }
H1.HeaderClassName
{
color: #232BDD;
}
.AnyTagClassName
{
color: #232BDD;
}
</style>
background-color css
<style>
a { background-color: #232BDD; }
a { background-color: rgb(35,43,221); }
div.DivClassName
{
background-color: #232BDD;
}
.BgClassName
{
background-color: #232BDD;
}
</style>
border-color css
<style>
span { border-color: #232BDD; }
span { border-color: rgb(35,43,221); }
td.TdClassName
{
border-color: #232BDD;
}
.TagClassName
{
border-color: #232BDD;
}
</style>