Shades of Persian Blue #2335D8
Tints of Persian Blue #2335D8
RGB
CMYK
RGB Variations
Color information
#2335D8 (or 0x2335D8) is known color: Persian Blue. HEX triplet: 23, 35 and D8. RGB value is (35,53,216). Sum of RGB (Red+Green+Blue) = 35+53+216=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #2335D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335D8 is #DCCA27. Grayscale: #414141. Windows color (decimal): -14469672 or 14169379. OLE color: 14169379.
HSL color Cylindrical-coordinate representation of color #2335D8: hue angle of 234.03º 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 #2335D8 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 53 | 216 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.15 |
| HSL | 234.03º | 0.72% | 0.49% | - |
| HSV(B) | 234.03º | 0.84% | 0.85% | - |
| XYZ | 14.36 | 7.86 | 65.73 | - |
| YUV | 66.2 | 212.54 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 216 | 0.84 | 0.75 | 0 | 0.15 | 234.03 | 0.72 | 0.49 |
| Hex | 23 | 35 | D8 | 54 | 4B | 0 | F | EA | 48 | 31 |
| Octal | 43 | 65 | 330 | 124 | 113 | 0 | 17 | 352 | 110 | 61 |
| Binary | 100011 | 110101 | 11011000 | 1010100 | 1001011 | 0 | 1111 | 11101010 | 1001000 | 110001 |
Color Harmonies of #2335D8
Complementary color
Monochromatic Colors of #2335D8
Black with #2335D8
Text Example
Text Example
White with #2335D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2335D8; }
p { color: rgb(35,53,216); }
H1.HeaderClassName
{
color: #2335D8;
}
.AnyTagClassName
{
color: #2335D8;
}
</style>
background-color css
<style>
a { background-color: #2335D8; }
a { background-color: rgb(35,53,216); }
div.DivClassName
{
background-color: #2335D8;
}
.BgClassName
{
background-color: #2335D8;
}
</style>
border-color css
<style>
span { border-color: #2335D8; }
span { border-color: rgb(35,53,216); }
td.TdClassName
{
border-color: #2335D8;
}
.TagClassName
{
border-color: #2335D8;
}
</style>