Shades of Persian Blue #2834DA
Tints of Persian Blue #2834DA
RGB
CMYK
RGB Variations
Color information
#2834DA (or 0x2834DA) is known color: Persian Blue. HEX triplet: 28, 34 and DA. RGB value is (40,52,218). Sum of RGB (Red+Green+Blue) = 40+52+218=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #2834DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834DA is #D7CB25. Grayscale: #424242. Windows color (decimal): -14142246 or 14300200. OLE color: 14300200.
HSL color Cylindrical-coordinate representation of color #2834DA: hue angle of 235.96º 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 #2834DA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 52 | 218 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.15 |
| HSL | 235.96º | 0.71% | 0.51% | - |
| HSV(B) | 235.96º | 0.82% | 0.85% | - |
| XYZ | 14.76 | 7.97 | 67.09 | - |
| YUV | 67.34 | 213.02 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 218 | 0.82 | 0.76 | 0 | 0.15 | 235.96 | 0.71 | 0.51 |
| Hex | 28 | 34 | DA | 52 | 4C | 0 | F | EC | 47 | 33 |
| Octal | 50 | 64 | 332 | 122 | 114 | 0 | 17 | 354 | 107 | 63 |
| Binary | 101000 | 110100 | 11011010 | 1010010 | 1001100 | 0 | 1111 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2834DA
Complementary color
Monochromatic Colors of #2834DA
Black with #2834DA
Text Example
Text Example
White with #2834DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834DA; }
p { color: rgb(40,52,218); }
H1.HeaderClassName
{
color: #2834DA;
}
.AnyTagClassName
{
color: #2834DA;
}
</style>
background-color css
<style>
a { background-color: #2834DA; }
a { background-color: rgb(40,52,218); }
div.DivClassName
{
background-color: #2834DA;
}
.BgClassName
{
background-color: #2834DA;
}
</style>
border-color css
<style>
span { border-color: #2834DA; }
span { border-color: rgb(40,52,218); }
td.TdClassName
{
border-color: #2834DA;
}
.TagClassName
{
border-color: #2834DA;
}
</style>