Shades of Persian Blue #2339DB
Tints of Persian Blue #2339DB
RGB
CMYK
RGB Variations
Color information
#2339DB (or 0x2339DB) is known color: Persian Blue. HEX triplet: 23, 39 and DB. RGB value is (35,57,219). Sum of RGB (Red+Green+Blue) = 35+57+219=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #2339DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2339DB is #DCC624. Grayscale: #444444. Windows color (decimal): -14468645 or 14367011. OLE color: 14367011.
HSL color Cylindrical-coordinate representation of color #2339DB: hue angle of 232.83º degrees, saturation: 0.72, 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 #2339DB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 57 | 219 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.14 |
| HSL | 232.83º | 0.72% | 0.5% | - |
| HSV(B) | 232.83º | 0.84% | 0.86% | - |
| XYZ | 14.94 | 8.4 | 67.85 | - |
| YUV | 68.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 219 | 0.84 | 0.74 | 0 | 0.14 | 232.83 | 0.72 | 0.5 |
| Hex | 23 | 39 | DB | 54 | 4A | 0 | E | E9 | 48 | 32 |
| Octal | 43 | 71 | 333 | 124 | 112 | 0 | 16 | 351 | 110 | 62 |
| Binary | 100011 | 111001 | 11011011 | 1010100 | 1001010 | 0 | 1110 | 11101001 | 1001000 | 110010 |
Color Harmonies of #2339DB
Complementary color
Monochromatic Colors of #2339DB
Black with #2339DB
Text Example
Text Example
White with #2339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2339DB; }
p { color: rgb(35,57,219); }
H1.HeaderClassName
{
color: #2339DB;
}
.AnyTagClassName
{
color: #2339DB;
}
</style>
background-color css
<style>
a { background-color: #2339DB; }
a { background-color: rgb(35,57,219); }
div.DivClassName
{
background-color: #2339DB;
}
.BgClassName
{
background-color: #2339DB;
}
</style>
border-color css
<style>
span { border-color: #2339DB; }
span { border-color: rgb(35,57,219); }
td.TdClassName
{
border-color: #2339DB;
}
.TagClassName
{
border-color: #2339DB;
}
</style>