Shades of Persian Blue #2126BC
Tints of Persian Blue #2126BC
RGB
CMYK
RGB Variations
Color information
#2126BC (or 0x2126BC) is known color: Persian Blue. HEX triplet: 21, 26 and BC. RGB value is (33,38,188). Sum of RGB (Red+Green+Blue) = 33+38+188=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #2126BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126BC is #DED943. Grayscale: #353535. Windows color (decimal): -14604612 or 12330529. OLE color: 12330529.
HSL color Cylindrical-coordinate representation of color #2126BC: hue angle of 238.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2126BC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 38 | 188 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.26 |
| HSL | 238.06º | 0.7% | 0.43% | - |
| HSV(B) | 238.06º | 0.82% | 0.74% | - |
| XYZ | 10.4 | 5.34 | 48.06 | - |
| YUV | 53.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 188 | 0.82 | 0.80 | 0 | 0.26 | 238.06 | 0.7 | 0.43 |
| Hex | 21 | 26 | BC | 52 | 50 | 0 | 1A | EE | 46 | 2B |
| Octal | 41 | 46 | 274 | 122 | 120 | 0 | 32 | 356 | 106 | 53 |
| Binary | 100001 | 100110 | 10111100 | 1010010 | 1010000 | 0 | 11010 | 11101110 | 1000110 | 101011 |
Color Harmonies of #2126BC
Complementary color
Monochromatic Colors of #2126BC
Black with #2126BC
Text Example
Text Example
White with #2126BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2126BC; }
p { color: rgb(33,38,188); }
H1.HeaderClassName
{
color: #2126BC;
}
.AnyTagClassName
{
color: #2126BC;
}
</style>
background-color css
<style>
a { background-color: #2126BC; }
a { background-color: rgb(33,38,188); }
div.DivClassName
{
background-color: #2126BC;
}
.BgClassName
{
background-color: #2126BC;
}
</style>
border-color css
<style>
span { border-color: #2126BC; }
span { border-color: rgb(33,38,188); }
td.TdClassName
{
border-color: #2126BC;
}
.TagClassName
{
border-color: #2126BC;
}
</style>