Shades of Persian Blue #2826CC
Tints of Persian Blue #2826CC
RGB
CMYK
RGB Variations
Color information
#2826CC (or 0x2826CC) is known color: Persian Blue. HEX triplet: 28, 26 and CC. RGB value is (40,38,204). Sum of RGB (Red+Green+Blue) = 40+38+204=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #2826CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826CC is #D7D933. Grayscale: #383838. Windows color (decimal): -14145844 or 13379112. OLE color: 13379112.
HSL color Cylindrical-coordinate representation of color #2826CC: hue angle of 240.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2826CC is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 38 | 204 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.2 |
| HSL | 240.72º | 0.69% | 0.47% | - |
| HSV(B) | 240.72º | 0.81% | 0.8% | - |
| XYZ | 12.47 | 6.2 | 57.67 | - |
| YUV | 57.52 | 210.66 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 204 | 0.80 | 0.81 | 0 | 0.2 | 240.72 | 0.69 | 0.47 |
| Hex | 28 | 26 | CC | 50 | 51 | 0 | 14 | F1 | 45 | 2F |
| Octal | 50 | 46 | 314 | 120 | 121 | 0 | 24 | 361 | 105 | 57 |
| Binary | 101000 | 100110 | 11001100 | 1010000 | 1010001 | 0 | 10100 | 11110001 | 1000101 | 101111 |
Color Harmonies of #2826CC
Complementary color
Monochromatic Colors of #2826CC
Black with #2826CC
Text Example
Text Example
White with #2826CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826CC; }
p { color: rgb(40,38,204); }
H1.HeaderClassName
{
color: #2826CC;
}
.AnyTagClassName
{
color: #2826CC;
}
</style>
background-color css
<style>
a { background-color: #2826CC; }
a { background-color: rgb(40,38,204); }
div.DivClassName
{
background-color: #2826CC;
}
.BgClassName
{
background-color: #2826CC;
}
</style>
border-color css
<style>
span { border-color: #2826CC; }
span { border-color: rgb(40,38,204); }
td.TdClassName
{
border-color: #2826CC;
}
.TagClassName
{
border-color: #2826CC;
}
</style>