Shades of Persian Blue #212AC3
Tints of Persian Blue #212AC3
RGB
CMYK
RGB Variations
Color information
#212AC3 (or 0x212AC3) is known color: Persian Blue. HEX triplet: 21, 2A and C3. RGB value is (33,42,195). Sum of RGB (Red+Green+Blue) = 33+42+195=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 195 (76.56% from 255 or 72.22% from 270); Max value from RGB is 195 - color contains mainly: blue. Hex color #212AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AC3 is #DED53C. Grayscale: #383838. Windows color (decimal): -14603581 or 12790305. OLE color: 12790305.
HSL color Cylindrical-coordinate representation of color #212AC3: hue angle of 236.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212AC3 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 42 | 195 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.24 |
| HSL | 236.67º | 0.71% | 0.45% | - |
| HSV(B) | 236.67º | 0.83% | 0.76% | - |
| XYZ | 11.31 | 5.92 | 52.18 | - |
| YUV | 56.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 195 | 0.83 | 0.78 | 0 | 0.24 | 236.67 | 0.71 | 0.45 |
| Hex | 21 | 2A | C3 | 53 | 4E | 0 | 18 | ED | 47 | 2D |
| Octal | 41 | 52 | 303 | 123 | 116 | 0 | 30 | 355 | 107 | 55 |
| Binary | 100001 | 101010 | 11000011 | 1010011 | 1001110 | 0 | 11000 | 11101101 | 1000111 | 101101 |
Color Harmonies of #212AC3
Complementary color
Monochromatic Colors of #212AC3
Black with #212AC3
Text Example
Text Example
White with #212AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AC3; }
p { color: rgb(33,42,195); }
H1.HeaderClassName
{
color: #212AC3;
}
.AnyTagClassName
{
color: #212AC3;
}
</style>
background-color css
<style>
a { background-color: #212AC3; }
a { background-color: rgb(33,42,195); }
div.DivClassName
{
background-color: #212AC3;
}
.BgClassName
{
background-color: #212AC3;
}
</style>
border-color css
<style>
span { border-color: #212AC3; }
span { border-color: rgb(33,42,195); }
td.TdClassName
{
border-color: #212AC3;
}
.TagClassName
{
border-color: #212AC3;
}
</style>