Shades of Persian Blue #2823BD
Tints of Persian Blue #2823BD
RGB
CMYK
RGB Variations
Color information
#2823BD (or 0x2823BD) is known color: Persian Blue. HEX triplet: 28, 23 and BD. RGB value is (40,35,189). Sum of RGB (Red+Green+Blue) = 40+35+189=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #2823BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823BD is #D7DC42. Grayscale: #353535. Windows color (decimal): -14146627 or 12395304. OLE color: 12395304.
HSL color Cylindrical-coordinate representation of color #2823BD: hue angle of 241.95º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2823BD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 35 | 189 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.26 |
| HSL | 241.95º | 0.69% | 0.44% | - |
| HSV(B) | 241.95º | 0.81% | 0.74% | - |
| XYZ | 10.66 | 5.33 | 48.61 | - |
| YUV | 54.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 189 | 0.79 | 0.81 | 0 | 0.26 | 241.95 | 0.69 | 0.44 |
| Hex | 28 | 23 | BD | 4F | 51 | 0 | 1A | F2 | 45 | 2C |
| Octal | 50 | 43 | 275 | 117 | 121 | 0 | 32 | 362 | 105 | 54 |
| Binary | 101000 | 100011 | 10111101 | 1001111 | 1010001 | 0 | 11010 | 11110010 | 1000101 | 101100 |
Color Harmonies of #2823BD
Complementary color
Monochromatic Colors of #2823BD
Black with #2823BD
Text Example
Text Example
White with #2823BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823BD; }
p { color: rgb(40,35,189); }
H1.HeaderClassName
{
color: #2823BD;
}
.AnyTagClassName
{
color: #2823BD;
}
</style>
background-color css
<style>
a { background-color: #2823BD; }
a { background-color: rgb(40,35,189); }
div.DivClassName
{
background-color: #2823BD;
}
.BgClassName
{
background-color: #2823BD;
}
</style>
border-color css
<style>
span { border-color: #2823BD; }
span { border-color: rgb(40,35,189); }
td.TdClassName
{
border-color: #2823BD;
}
.TagClassName
{
border-color: #2823BD;
}
</style>