Shades of Persian Blue #2145BE
Tints of Persian Blue #2145BE
RGB
CMYK
RGB Variations
Color information
#2145BE (or 0x2145BE) is known color: Persian Blue. HEX triplet: 21, 45 and BE. RGB value is (33,69,190). Sum of RGB (Red+Green+Blue) = 33+69+190=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #2145BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145BE is #DEBA41. Grayscale: #474747. Windows color (decimal): -14596674 or 12469537. OLE color: 12469537.
HSL color Cylindrical-coordinate representation of color #2145BE: hue angle of 226.24º degrees, saturation: 0.7, 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 #2145BE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 69 | 190 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.25 |
| HSL | 226.24º | 0.7% | 0.44% | - |
| HSV(B) | 226.24º | 0.83% | 0.75% | - |
| XYZ | 12.05 | 8.3 | 49.68 | - |
| YUV | 72.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 190 | 0.83 | 0.64 | 0 | 0.25 | 226.24 | 0.7 | 0.44 |
| Hex | 21 | 45 | BE | 53 | 40 | 0 | 19 | E2 | 46 | 2C |
| Octal | 41 | 105 | 276 | 123 | 100 | 0 | 31 | 342 | 106 | 54 |
| Binary | 100001 | 1000101 | 10111110 | 1010011 | 1000000 | 0 | 11001 | 11100010 | 1000110 | 101100 |
Color Harmonies of #2145BE
Complementary color
Monochromatic Colors of #2145BE
Black with #2145BE
Text Example
Text Example
White with #2145BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145BE; }
p { color: rgb(33,69,190); }
H1.HeaderClassName
{
color: #2145BE;
}
.AnyTagClassName
{
color: #2145BE;
}
</style>
background-color css
<style>
a { background-color: #2145BE; }
a { background-color: rgb(33,69,190); }
div.DivClassName
{
background-color: #2145BE;
}
.BgClassName
{
background-color: #2145BE;
}
</style>
border-color css
<style>
span { border-color: #2145BE; }
span { border-color: rgb(33,69,190); }
td.TdClassName
{
border-color: #2145BE;
}
.TagClassName
{
border-color: #2145BE;
}
</style>