Shades of Persian Blue #2335DF
Tints of Persian Blue #2335DF
RGB
CMYK
RGB Variations
Color information
#2335DF (or 0x2335DF) is known color: Persian Blue. HEX triplet: 23, 35 and DF. RGB value is (35,53,223). Sum of RGB (Red+Green+Blue) = 35+53+223=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #2335DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335DF is #DCCA20. Grayscale: #424242. Windows color (decimal): -14469665 or 14628131. OLE color: 14628131.
HSL color Cylindrical-coordinate representation of color #2335DF: hue angle of 234.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2335DF is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 53 | 223 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.13 |
| HSL | 234.26º | 0.75% | 0.51% | - |
| HSV(B) | 234.26º | 0.84% | 0.87% | - |
| XYZ | 15.29 | 8.23 | 70.6 | - |
| YUV | 67 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 223 | 0.84 | 0.76 | 0 | 0.13 | 234.26 | 0.75 | 0.51 |
| Hex | 23 | 35 | DF | 54 | 4C | 0 | D | EA | 4B | 33 |
| Octal | 43 | 65 | 337 | 124 | 114 | 0 | 15 | 352 | 113 | 63 |
| Binary | 100011 | 110101 | 11011111 | 1010100 | 1001100 | 0 | 1101 | 11101010 | 1001011 | 110011 |
Color Harmonies of #2335DF
Complementary color
Monochromatic Colors of #2335DF
Black with #2335DF
Text Example
Text Example
White with #2335DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2335DF; }
p { color: rgb(35,53,223); }
H1.HeaderClassName
{
color: #2335DF;
}
.AnyTagClassName
{
color: #2335DF;
}
</style>
background-color css
<style>
a { background-color: #2335DF; }
a { background-color: rgb(35,53,223); }
div.DivClassName
{
background-color: #2335DF;
}
.BgClassName
{
background-color: #2335DF;
}
</style>
border-color css
<style>
span { border-color: #2335DF; }
span { border-color: rgb(35,53,223); }
td.TdClassName
{
border-color: #2335DF;
}
.TagClassName
{
border-color: #2335DF;
}
</style>