Shades of Persian Blue #2838D7
Tints of Persian Blue #2838D7
RGB
CMYK
RGB Variations
Color information
#2838D7 (or 0x2838D7) is known color: Persian Blue. HEX triplet: 28, 38 and D7. RGB value is (40,56,215). Sum of RGB (Red+Green+Blue) = 40+56+215=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #2838D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838D7 is #D7C728. Grayscale: #444444. Windows color (decimal): -14141225 or 14104616. OLE color: 14104616.
HSL color Cylindrical-coordinate representation of color #2838D7: hue angle of 234.51º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2838D7 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 56 | 215 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.16 |
| HSL | 234.51º | 0.69% | 0.5% | - |
| HSV(B) | 234.51º | 0.81% | 0.84% | - |
| XYZ | 14.55 | 8.19 | 65.1 | - |
| YUV | 69.34 | 210.2 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 215 | 0.81 | 0.74 | 0 | 0.16 | 234.51 | 0.69 | 0.5 |
| Hex | 28 | 38 | D7 | 51 | 4A | 0 | 10 | EB | 45 | 32 |
| Octal | 50 | 70 | 327 | 121 | 112 | 0 | 20 | 353 | 105 | 62 |
| Binary | 101000 | 111000 | 11010111 | 1010001 | 1001010 | 0 | 10000 | 11101011 | 1000101 | 110010 |
Color Harmonies of #2838D7
Complementary color
Monochromatic Colors of #2838D7
Black with #2838D7
Text Example
Text Example
White with #2838D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838D7; }
p { color: rgb(40,56,215); }
H1.HeaderClassName
{
color: #2838D7;
}
.AnyTagClassName
{
color: #2838D7;
}
</style>
background-color css
<style>
a { background-color: #2838D7; }
a { background-color: rgb(40,56,215); }
div.DivClassName
{
background-color: #2838D7;
}
.BgClassName
{
background-color: #2838D7;
}
</style>
border-color css
<style>
span { border-color: #2838D7; }
span { border-color: rgb(40,56,215); }
td.TdClassName
{
border-color: #2838D7;
}
.TagClassName
{
border-color: #2838D7;
}
</style>