Shades of Persian Blue #2333DC
Tints of Persian Blue #2333DC
RGB
CMYK
RGB Variations
Color information
#2333DC (or 0x2333DC) is known color: Persian Blue. HEX triplet: 23, 33 and DC. RGB value is (35,51,220). Sum of RGB (Red+Green+Blue) = 35+51+220=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #2333DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333DC is #DCCC23. Grayscale: #404040. Windows color (decimal): -14470180 or 14431011. OLE color: 14431011.
HSL color Cylindrical-coordinate representation of color #2333DC: hue angle of 234.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2333DC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 51 | 220 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.14 |
| HSL | 234.81º | 0.73% | 0.5% | - |
| HSV(B) | 234.81º | 0.84% | 0.86% | - |
| XYZ | 14.8 | 7.89 | 68.45 | - |
| YUV | 65.48 | 215.2 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 220 | 0.84 | 0.77 | 0 | 0.14 | 234.81 | 0.73 | 0.5 |
| Hex | 23 | 33 | DC | 54 | 4D | 0 | E | EB | 49 | 32 |
| Octal | 43 | 63 | 334 | 124 | 115 | 0 | 16 | 353 | 111 | 62 |
| Binary | 100011 | 110011 | 11011100 | 1010100 | 1001101 | 0 | 1110 | 11101011 | 1001001 | 110010 |
Color Harmonies of #2333DC
Complementary color
Monochromatic Colors of #2333DC
Black with #2333DC
Text Example
Text Example
White with #2333DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333DC; }
p { color: rgb(35,51,220); }
H1.HeaderClassName
{
color: #2333DC;
}
.AnyTagClassName
{
color: #2333DC;
}
</style>
background-color css
<style>
a { background-color: #2333DC; }
a { background-color: rgb(35,51,220); }
div.DivClassName
{
background-color: #2333DC;
}
.BgClassName
{
background-color: #2333DC;
}
</style>
border-color css
<style>
span { border-color: #2333DC; }
span { border-color: rgb(35,51,220); }
td.TdClassName
{
border-color: #2333DC;
}
.TagClassName
{
border-color: #2333DC;
}
</style>