Shades of Persian Blue #2334D9
Tints of Persian Blue #2334D9
RGB
CMYK
RGB Variations
Color information
#2334D9 (or 0x2334D9) is known color: Persian Blue. HEX triplet: 23, 34 and D9. RGB value is (35,52,217). Sum of RGB (Red+Green+Blue) = 35+52+217=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 217 (85.16% from 255 or 71.38% from 304); Max value from RGB is 217 - color contains mainly: blue. Hex color #2334D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334D9 is #DCCB26. Grayscale: #414141. Windows color (decimal): -14469927 or 14234659. OLE color: 14234659.
HSL color Cylindrical-coordinate representation of color #2334D9: hue angle of 234.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2334D9 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 52 | 217 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.15 |
| HSL | 234.4º | 0.72% | 0.49% | - |
| HSV(B) | 234.4º | 0.84% | 0.85% | - |
| XYZ | 14.45 | 7.82 | 66.39 | - |
| YUV | 65.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 217 | 0.84 | 0.76 | 0 | 0.15 | 234.4 | 0.72 | 0.49 |
| Hex | 23 | 34 | D9 | 54 | 4C | 0 | F | EA | 48 | 31 |
| Octal | 43 | 64 | 331 | 124 | 114 | 0 | 17 | 352 | 110 | 61 |
| Binary | 100011 | 110100 | 11011001 | 1010100 | 1001100 | 0 | 1111 | 11101010 | 1001000 | 110001 |
Color Harmonies of #2334D9
Complementary color
Monochromatic Colors of #2334D9
Black with #2334D9
Text Example
Text Example
White with #2334D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334D9; }
p { color: rgb(35,52,217); }
H1.HeaderClassName
{
color: #2334D9;
}
.AnyTagClassName
{
color: #2334D9;
}
</style>
background-color css
<style>
a { background-color: #2334D9; }
a { background-color: rgb(35,52,217); }
div.DivClassName
{
background-color: #2334D9;
}
.BgClassName
{
background-color: #2334D9;
}
</style>
border-color css
<style>
span { border-color: #2334D9; }
span { border-color: rgb(35,52,217); }
td.TdClassName
{
border-color: #2334D9;
}
.TagClassName
{
border-color: #2334D9;
}
</style>