Shades of Persian Blue #2330DC
Tints of Persian Blue #2330DC
RGB
CMYK
RGB Variations
Color information
#2330DC (or 0x2330DC) is known color: Persian Blue. HEX triplet: 23, 30 and DC. RGB value is (35,48,220). Sum of RGB (Red+Green+Blue) = 35+48+220=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #2330DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330DC is #DCCF23. Grayscale: #3F3F3F. Windows color (decimal): -14470948 or 14430243. OLE color: 14430243.
HSL color Cylindrical-coordinate representation of color #2330DC: hue angle of 235.78º 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 #2330DC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 48 | 220 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.14 |
| HSL | 235.78º | 0.73% | 0.5% | - |
| HSV(B) | 235.78º | 0.84% | 0.86% | - |
| XYZ | 14.67 | 7.64 | 68.41 | - |
| YUV | 63.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 220 | 0.84 | 0.78 | 0 | 0.14 | 235.78 | 0.73 | 0.5 |
| Hex | 23 | 30 | DC | 54 | 4E | 0 | E | EC | 49 | 32 |
| Octal | 43 | 60 | 334 | 124 | 116 | 0 | 16 | 354 | 111 | 62 |
| Binary | 100011 | 110000 | 11011100 | 1010100 | 1001110 | 0 | 1110 | 11101100 | 1001001 | 110010 |
Color Harmonies of #2330DC
Complementary color
Monochromatic Colors of #2330DC
Black with #2330DC
Text Example
Text Example
White with #2330DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2330DC; }
p { color: rgb(35,48,220); }
H1.HeaderClassName
{
color: #2330DC;
}
.AnyTagClassName
{
color: #2330DC;
}
</style>
background-color css
<style>
a { background-color: #2330DC; }
a { background-color: rgb(35,48,220); }
div.DivClassName
{
background-color: #2330DC;
}
.BgClassName
{
background-color: #2330DC;
}
</style>
border-color css
<style>
span { border-color: #2330DC; }
span { border-color: rgb(35,48,220); }
td.TdClassName
{
border-color: #2330DC;
}
.TagClassName
{
border-color: #2330DC;
}
</style>