Shades of Persian Blue #212CBF
Tints of Persian Blue #212CBF
RGB
CMYK
RGB Variations
Color information
#212CBF (or 0x212CBF) is known color: Persian Blue. HEX triplet: 21, 2C and BF. RGB value is (33,44,191). Sum of RGB (Red+Green+Blue) = 33+44+191=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #212CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CBF is #DED340. Grayscale: #383838. Windows color (decimal): -14603073 or 12528673. OLE color: 12528673.
HSL color Cylindrical-coordinate representation of color #212CBF: hue angle of 235.82º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212CBF is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 44 | 191 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.25 |
| HSL | 235.82º | 0.71% | 0.44% | - |
| HSV(B) | 235.82º | 0.83% | 0.75% | - |
| XYZ | 10.93 | 5.89 | 49.85 | - |
| YUV | 57.47 | 203.36 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 191 | 0.83 | 0.77 | 0 | 0.25 | 235.82 | 0.71 | 0.44 |
| Hex | 21 | 2C | BF | 53 | 4D | 0 | 19 | EC | 47 | 2C |
| Octal | 41 | 54 | 277 | 123 | 115 | 0 | 31 | 354 | 107 | 54 |
| Binary | 100001 | 101100 | 10111111 | 1010011 | 1001101 | 0 | 11001 | 11101100 | 1000111 | 101100 |
Color Harmonies of #212CBF
Complementary color
Monochromatic Colors of #212CBF
Black with #212CBF
Text Example
Text Example
White with #212CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CBF; }
p { color: rgb(33,44,191); }
H1.HeaderClassName
{
color: #212CBF;
}
.AnyTagClassName
{
color: #212CBF;
}
</style>
background-color css
<style>
a { background-color: #212CBF; }
a { background-color: rgb(33,44,191); }
div.DivClassName
{
background-color: #212CBF;
}
.BgClassName
{
background-color: #212CBF;
}
</style>
border-color css
<style>
span { border-color: #212CBF; }
span { border-color: rgb(33,44,191); }
td.TdClassName
{
border-color: #212CBF;
}
.TagClassName
{
border-color: #212CBF;
}
</style>