Shades of Persian Blue #2818BE
Tints of Persian Blue #2818BE
RGB
CMYK
RGB Variations
Color information
#2818BE (or 0x2818BE) is known color: Persian Blue. HEX triplet: 28, 18 and BE. RGB value is (40,24,190). Sum of RGB (Red+Green+Blue) = 40+24+190=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #2818BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2818BE is #D7E741. Grayscale: #2F2F2F. Windows color (decimal): -14149442 or 12458024. OLE color: 12458024.
HSL color Cylindrical-coordinate representation of color #2818BE: hue angle of 245.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2818BE is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 24 | 190 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.25 |
| HSL | 245.78º | 0.78% | 0.42% | - |
| HSV(B) | 245.78º | 0.87% | 0.75% | - |
| XYZ | 10.5 | 4.82 | 49.09 | - |
| YUV | 47.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 190 | 0.79 | 0.87 | 0 | 0.25 | 245.78 | 0.78 | 0.42 |
| Hex | 28 | 18 | BE | 4F | 57 | 0 | 19 | F6 | 4E | 2A |
| Octal | 50 | 30 | 276 | 117 | 127 | 0 | 31 | 366 | 116 | 52 |
| Binary | 101000 | 11000 | 10111110 | 1001111 | 1010111 | 0 | 11001 | 11110110 | 1001110 | 101010 |
Color Harmonies of #2818BE
Complementary color
Monochromatic Colors of #2818BE
Black with #2818BE
Text Example
Text Example
White with #2818BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2818BE; }
p { color: rgb(40,24,190); }
H1.HeaderClassName
{
color: #2818BE;
}
.AnyTagClassName
{
color: #2818BE;
}
</style>
background-color css
<style>
a { background-color: #2818BE; }
a { background-color: rgb(40,24,190); }
div.DivClassName
{
background-color: #2818BE;
}
.BgClassName
{
background-color: #2818BE;
}
</style>
border-color css
<style>
span { border-color: #2818BE; }
span { border-color: rgb(40,24,190); }
td.TdClassName
{
border-color: #2818BE;
}
.TagClassName
{
border-color: #2818BE;
}
</style>