Shades of Persian Blue #2834CE
Tints of Persian Blue #2834CE
RGB
CMYK
RGB Variations
Color information
#2834CE (or 0x2834CE) is known color: Persian Blue. HEX triplet: 28, 34 and CE. RGB value is (40,52,206). Sum of RGB (Red+Green+Blue) = 40+52+206=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #2834CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834CE is #D7CB31. Grayscale: #414141. Windows color (decimal): -14142258 or 13513768. OLE color: 13513768.
HSL color Cylindrical-coordinate representation of color #2834CE: hue angle of 235.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2834CE is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 52 | 206 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.19 |
| HSL | 235.66º | 0.67% | 0.48% | - |
| HSV(B) | 235.66º | 0.81% | 0.81% | - |
| XYZ | 13.24 | 7.36 | 59.12 | - |
| YUV | 65.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 206 | 0.81 | 0.75 | 0 | 0.19 | 235.66 | 0.67 | 0.48 |
| Hex | 28 | 34 | CE | 51 | 4B | 0 | 13 | EC | 43 | 30 |
| Octal | 50 | 64 | 316 | 121 | 113 | 0 | 23 | 354 | 103 | 60 |
| Binary | 101000 | 110100 | 11001110 | 1010001 | 1001011 | 0 | 10011 | 11101100 | 1000011 | 110000 |
Color Harmonies of #2834CE
Complementary color
Monochromatic Colors of #2834CE
Black with #2834CE
Text Example
Text Example
White with #2834CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834CE; }
p { color: rgb(40,52,206); }
H1.HeaderClassName
{
color: #2834CE;
}
.AnyTagClassName
{
color: #2834CE;
}
</style>
background-color css
<style>
a { background-color: #2834CE; }
a { background-color: rgb(40,52,206); }
div.DivClassName
{
background-color: #2834CE;
}
.BgClassName
{
background-color: #2834CE;
}
</style>
border-color css
<style>
span { border-color: #2834CE; }
span { border-color: rgb(40,52,206); }
td.TdClassName
{
border-color: #2834CE;
}
.TagClassName
{
border-color: #2834CE;
}
</style>