Shades of Persian Blue #2823B6
Tints of Persian Blue #2823B6
RGB
CMYK
RGB Variations
Color information
#2823B6 (or 0x2823B6) is known color: Persian Blue. HEX triplet: 28, 23 and B6. RGB value is (40,35,182). Sum of RGB (Red+Green+Blue) = 40+35+182=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #2823B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823B6 is #D7DC49. Grayscale: #343434. Windows color (decimal): -14146634 or 11936552. OLE color: 11936552.
HSL color Cylindrical-coordinate representation of color #2823B6: hue angle of 242.04º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2823B6 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 35 | 182 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.29 |
| HSL | 242.04º | 0.68% | 0.43% | - |
| HSV(B) | 242.04º | 0.81% | 0.71% | - |
| XYZ | 9.92 | 5.03 | 44.7 | - |
| YUV | 53.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 182 | 0.78 | 0.81 | 0 | 0.29 | 242.04 | 0.68 | 0.43 |
| Hex | 28 | 23 | B6 | 4E | 51 | 0 | 1D | F2 | 44 | 2B |
| Octal | 50 | 43 | 266 | 116 | 121 | 0 | 35 | 362 | 104 | 53 |
| Binary | 101000 | 100011 | 10110110 | 1001110 | 1010001 | 0 | 11101 | 11110010 | 1000100 | 101011 |
Color Harmonies of #2823B6
Complementary color
Monochromatic Colors of #2823B6
Black with #2823B6
Text Example
Text Example
White with #2823B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823B6; }
p { color: rgb(40,35,182); }
H1.HeaderClassName
{
color: #2823B6;
}
.AnyTagClassName
{
color: #2823B6;
}
</style>
background-color css
<style>
a { background-color: #2823B6; }
a { background-color: rgb(40,35,182); }
div.DivClassName
{
background-color: #2823B6;
}
.BgClassName
{
background-color: #2823B6;
}
</style>
border-color css
<style>
span { border-color: #2823B6; }
span { border-color: rgb(40,35,182); }
td.TdClassName
{
border-color: #2823B6;
}
.TagClassName
{
border-color: #2823B6;
}
</style>