Shades of Persian Blue #2018B3
Tints of Persian Blue #2018B3
RGB
CMYK
RGB Variations
Color information
#2018B3 (or 0x2018B3) is known color: Persian Blue. HEX triplet: 20, 18 and B3. RGB value is (32,24,179). Sum of RGB (Red+Green+Blue) = 32+24+179=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 179 (70.31% from 255 or 76.17% from 235); Max value from RGB is 179 - color contains mainly: blue. Hex color #2018B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018B3 is #DFE74C. Grayscale: #2B2B2B. Windows color (decimal): -14673741 or 11737120. OLE color: 11737120.
HSL color Cylindrical-coordinate representation of color #2018B3: hue angle of 243.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2018B3 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 24 | 179 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.30 |
| HSL | 243.1º | 0.76% | 0.4% | - |
| HSV(B) | 243.1º | 0.87% | 0.7% | - |
| XYZ | 9.06 | 4.22 | 42.98 | - |
| YUV | 44.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 179 | 0.82 | 0.87 | 0 | 0.30 | 243.1 | 0.76 | 0.4 |
| Hex | 20 | 18 | B3 | 52 | 57 | 0 | 1E | F3 | 4C | 28 |
| Octal | 40 | 30 | 263 | 122 | 127 | 0 | 36 | 363 | 114 | 50 |
| Binary | 100000 | 11000 | 10110011 | 1010010 | 1010111 | 0 | 11110 | 11110011 | 1001100 | 101000 |
Color Harmonies of #2018B3
Complementary color
Monochromatic Colors of #2018B3
Black with #2018B3
Text Example
Text Example
White with #2018B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018B3; }
p { color: rgb(32,24,179); }
H1.HeaderClassName
{
color: #2018B3;
}
.AnyTagClassName
{
color: #2018B3;
}
</style>
background-color css
<style>
a { background-color: #2018B3; }
a { background-color: rgb(32,24,179); }
div.DivClassName
{
background-color: #2018B3;
}
.BgClassName
{
background-color: #2018B3;
}
</style>
border-color css
<style>
span { border-color: #2018B3; }
span { border-color: rgb(32,24,179); }
td.TdClassName
{
border-color: #2018B3;
}
.TagClassName
{
border-color: #2018B3;
}
</style>