Shades of Persian Blue #213FBA
Tints of Persian Blue #213FBA
RGB
CMYK
RGB Variations
Color information
#213FBA (or 0x213FBA) is known color: Persian Blue. HEX triplet: 21, 3F and BA. RGB value is (33,63,186). Sum of RGB (Red+Green+Blue) = 33+63+186=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #213FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FBA is #DEC045. Grayscale: #434343. Windows color (decimal): -14598214 or 12205857. OLE color: 12205857.
HSL color Cylindrical-coordinate representation of color #213FBA: hue angle of 228.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213FBA is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 63 | 186 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.27 |
| HSL | 228.24º | 0.7% | 0.43% | - |
| HSV(B) | 228.24º | 0.82% | 0.73% | - |
| XYZ | 11.27 | 7.42 | 47.29 | - |
| YUV | 68.05 | 194.56 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 186 | 0.82 | 0.66 | 0 | 0.27 | 228.24 | 0.7 | 0.43 |
| Hex | 21 | 3F | BA | 52 | 42 | 0 | 1B | E4 | 46 | 2B |
| Octal | 41 | 77 | 272 | 122 | 102 | 0 | 33 | 344 | 106 | 53 |
| Binary | 100001 | 111111 | 10111010 | 1010010 | 1000010 | 0 | 11011 | 11100100 | 1000110 | 101011 |
Color Harmonies of #213FBA
Complementary color
Monochromatic Colors of #213FBA
Black with #213FBA
Text Example
Text Example
White with #213FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FBA; }
p { color: rgb(33,63,186); }
H1.HeaderClassName
{
color: #213FBA;
}
.AnyTagClassName
{
color: #213FBA;
}
</style>
background-color css
<style>
a { background-color: #213FBA; }
a { background-color: rgb(33,63,186); }
div.DivClassName
{
background-color: #213FBA;
}
.BgClassName
{
background-color: #213FBA;
}
</style>
border-color css
<style>
span { border-color: #213FBA; }
span { border-color: rgb(33,63,186); }
td.TdClassName
{
border-color: #213FBA;
}
.TagClassName
{
border-color: #213FBA;
}
</style>