Shades of Persian Blue #2835DA
Tints of Persian Blue #2835DA
RGB
CMYK
RGB Variations
Color information
#2835DA (or 0x2835DA) is known color: Persian Blue. HEX triplet: 28, 35 and DA. RGB value is (40,53,218). Sum of RGB (Red+Green+Blue) = 40+53+218=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #2835DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835DA is #D7CA25. Grayscale: #434343. Windows color (decimal): -14141990 or 14300456. OLE color: 14300456.
HSL color Cylindrical-coordinate representation of color #2835DA: hue angle of 235.62º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2835DA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 53 | 218 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.15 |
| HSL | 235.62º | 0.71% | 0.51% | - |
| HSV(B) | 235.62º | 0.82% | 0.85% | - |
| XYZ | 14.8 | 8.06 | 67.11 | - |
| YUV | 67.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 218 | 0.82 | 0.76 | 0 | 0.15 | 235.62 | 0.71 | 0.51 |
| Hex | 28 | 35 | DA | 52 | 4C | 0 | F | EC | 47 | 33 |
| Octal | 50 | 65 | 332 | 122 | 114 | 0 | 17 | 354 | 107 | 63 |
| Binary | 101000 | 110101 | 11011010 | 1010010 | 1001100 | 0 | 1111 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2835DA
Complementary color
Monochromatic Colors of #2835DA
Black with #2835DA
Text Example
Text Example
White with #2835DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2835DA; }
p { color: rgb(40,53,218); }
H1.HeaderClassName
{
color: #2835DA;
}
.AnyTagClassName
{
color: #2835DA;
}
</style>
background-color css
<style>
a { background-color: #2835DA; }
a { background-color: rgb(40,53,218); }
div.DivClassName
{
background-color: #2835DA;
}
.BgClassName
{
background-color: #2835DA;
}
</style>
border-color css
<style>
span { border-color: #2835DA; }
span { border-color: rgb(40,53,218); }
td.TdClassName
{
border-color: #2835DA;
}
.TagClassName
{
border-color: #2835DA;
}
</style>