Shades of Persian Blue #2833DF
Tints of Persian Blue #2833DF
RGB
CMYK
RGB Variations
Color information
#2833DF (or 0x2833DF) is known color: Persian Blue. HEX triplet: 28, 33 and DF. RGB value is (40,51,223). Sum of RGB (Red+Green+Blue) = 40+51+223=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #2833DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833DF is #D7CC20. Grayscale: #424242. Windows color (decimal): -14142497 or 14627624. OLE color: 14627624.
HSL color Cylindrical-coordinate representation of color #2833DF: hue angle of 236.39º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2833DF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 51 | 223 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.13 |
| HSL | 236.39º | 0.74% | 0.52% | - |
| HSV(B) | 236.39º | 0.82% | 0.87% | - |
| XYZ | 15.38 | 8.15 | 70.57 | - |
| YUV | 67.32 | 215.86 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 223 | 0.82 | 0.77 | 0 | 0.13 | 236.39 | 0.74 | 0.52 |
| Hex | 28 | 33 | DF | 52 | 4D | 0 | D | EC | 4A | 34 |
| Octal | 50 | 63 | 337 | 122 | 115 | 0 | 15 | 354 | 112 | 64 |
| Binary | 101000 | 110011 | 11011111 | 1010010 | 1001101 | 0 | 1101 | 11101100 | 1001010 | 110100 |
Color Harmonies of #2833DF
Complementary color
Monochromatic Colors of #2833DF
Black with #2833DF
Text Example
Text Example
White with #2833DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833DF; }
p { color: rgb(40,51,223); }
H1.HeaderClassName
{
color: #2833DF;
}
.AnyTagClassName
{
color: #2833DF;
}
</style>
background-color css
<style>
a { background-color: #2833DF; }
a { background-color: rgb(40,51,223); }
div.DivClassName
{
background-color: #2833DF;
}
.BgClassName
{
background-color: #2833DF;
}
</style>
border-color css
<style>
span { border-color: #2833DF; }
span { border-color: rgb(40,51,223); }
td.TdClassName
{
border-color: #2833DF;
}
.TagClassName
{
border-color: #2833DF;
}
</style>