Shades of Persian Blue #233DDD
Tints of Persian Blue #233DDD
RGB
CMYK
RGB Variations
Color information
#233DDD (or 0x233DDD) is known color: Persian Blue. HEX triplet: 23, 3D and DD. RGB value is (35,61,221). Sum of RGB (Red+Green+Blue) = 35+61+221=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #233DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DDD is #DCC222. Grayscale: #464646. Windows color (decimal): -14467619 or 14499107. OLE color: 14499107.
HSL color Cylindrical-coordinate representation of color #233DDD: hue angle of 231.61º 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 #233DDD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 61 | 221 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.13 |
| HSL | 231.61º | 0.73% | 0.5% | - |
| HSV(B) | 231.61º | 0.84% | 0.87% | - |
| XYZ | 15.41 | 8.92 | 69.32 | - |
| YUV | 71.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 221 | 0.84 | 0.72 | 0 | 0.13 | 231.61 | 0.73 | 0.5 |
| Hex | 23 | 3D | DD | 54 | 48 | 0 | D | E8 | 49 | 32 |
| Octal | 43 | 75 | 335 | 124 | 110 | 0 | 15 | 350 | 111 | 62 |
| Binary | 100011 | 111101 | 11011101 | 1010100 | 1001000 | 0 | 1101 | 11101000 | 1001001 | 110010 |
Color Harmonies of #233DDD
Complementary color
Monochromatic Colors of #233DDD
Black with #233DDD
Text Example
Text Example
White with #233DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DDD; }
p { color: rgb(35,61,221); }
H1.HeaderClassName
{
color: #233DDD;
}
.AnyTagClassName
{
color: #233DDD;
}
</style>
background-color css
<style>
a { background-color: #233DDD; }
a { background-color: rgb(35,61,221); }
div.DivClassName
{
background-color: #233DDD;
}
.BgClassName
{
background-color: #233DDD;
}
</style>
border-color css
<style>
span { border-color: #233DDD; }
span { border-color: rgb(35,61,221); }
td.TdClassName
{
border-color: #233DDD;
}
.TagClassName
{
border-color: #233DDD;
}
</style>