Shades of Persian Blue #213FCE
Tints of Persian Blue #213FCE
RGB
CMYK
RGB Variations
Color information
#213FCE (or 0x213FCE) is known color: Persian Blue. HEX triplet: 21, 3F and CE. RGB value is (33,63,206). Sum of RGB (Red+Green+Blue) = 33+63+206=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #213FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FCE is #DEC031. Grayscale: #454545. Windows color (decimal): -14598194 or 13516577. OLE color: 13516577.
HSL color Cylindrical-coordinate representation of color #213FCE: hue angle of 229.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213FCE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 63 | 206 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.19 |
| HSL | 229.6º | 0.72% | 0.47% | - |
| HSV(B) | 229.6º | 0.84% | 0.81% | - |
| XYZ | 13.55 | 8.33 | 59.29 | - |
| YUV | 70.33 | 204.56 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 206 | 0.84 | 0.69 | 0 | 0.19 | 229.6 | 0.72 | 0.47 |
| Hex | 21 | 3F | CE | 54 | 45 | 0 | 13 | E6 | 48 | 2F |
| Octal | 41 | 77 | 316 | 124 | 105 | 0 | 23 | 346 | 110 | 57 |
| Binary | 100001 | 111111 | 11001110 | 1010100 | 1000101 | 0 | 10011 | 11100110 | 1001000 | 101111 |
Color Harmonies of #213FCE
Complementary color
Monochromatic Colors of #213FCE
Black with #213FCE
Text Example
Text Example
White with #213FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FCE; }
p { color: rgb(33,63,206); }
H1.HeaderClassName
{
color: #213FCE;
}
.AnyTagClassName
{
color: #213FCE;
}
</style>
background-color css
<style>
a { background-color: #213FCE; }
a { background-color: rgb(33,63,206); }
div.DivClassName
{
background-color: #213FCE;
}
.BgClassName
{
background-color: #213FCE;
}
</style>
border-color css
<style>
span { border-color: #213FCE; }
span { border-color: rgb(33,63,206); }
td.TdClassName
{
border-color: #213FCE;
}
.TagClassName
{
border-color: #213FCE;
}
</style>