Shades of Persian Blue #2026C2
Tints of Persian Blue #2026C2
RGB
CMYK
RGB Variations
Color information
#2026C2 (or 0x2026C2) is known color: Persian Blue. HEX triplet: 20, 26 and C2. RGB value is (32,38,194). Sum of RGB (Red+Green+Blue) = 32+38+194=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #2026C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2026C2 is #DFD93D. Grayscale: #353535. Windows color (decimal): -14670142 or 12723744. OLE color: 12723744.
HSL color Cylindrical-coordinate representation of color #2026C2: hue angle of 237.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2026C2 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 38 | 194 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.24 |
| HSL | 237.78º | 0.72% | 0.44% | - |
| HSV(B) | 237.78º | 0.84% | 0.76% | - |
| XYZ | 11.03 | 5.59 | 51.54 | - |
| YUV | 53.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 194 | 0.84 | 0.80 | 0 | 0.24 | 237.78 | 0.72 | 0.44 |
| Hex | 20 | 26 | C2 | 54 | 50 | 0 | 18 | EE | 48 | 2C |
| Octal | 40 | 46 | 302 | 124 | 120 | 0 | 30 | 356 | 110 | 54 |
| Binary | 100000 | 100110 | 11000010 | 1010100 | 1010000 | 0 | 11000 | 11101110 | 1001000 | 101100 |
Color Harmonies of #2026C2
Complementary color
Monochromatic Colors of #2026C2
Black with #2026C2
Text Example
Text Example
White with #2026C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2026C2; }
p { color: rgb(32,38,194); }
H1.HeaderClassName
{
color: #2026C2;
}
.AnyTagClassName
{
color: #2026C2;
}
</style>
background-color css
<style>
a { background-color: #2026C2; }
a { background-color: rgb(32,38,194); }
div.DivClassName
{
background-color: #2026C2;
}
.BgClassName
{
background-color: #2026C2;
}
</style>
border-color css
<style>
span { border-color: #2026C2; }
span { border-color: rgb(32,38,194); }
td.TdClassName
{
border-color: #2026C2;
}
.TagClassName
{
border-color: #2026C2;
}
</style>