Shades of Persian Blue #2318BC
Tints of Persian Blue #2318BC
RGB
CMYK
RGB Variations
Color information
#2318BC (or 0x2318BC) is known color: Persian Blue. HEX triplet: 23, 18 and BC. RGB value is (35,24,188). Sum of RGB (Red+Green+Blue) = 35+24+188=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #2318BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2318BC is #DCE743. Grayscale: #2D2D2D. Windows color (decimal): -14477124 or 12326947. OLE color: 12326947.
HSL color Cylindrical-coordinate representation of color #2318BC: hue angle of 244.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2318BC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 24 | 188 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.26 |
| HSL | 244.02º | 0.77% | 0.42% | - |
| HSV(B) | 244.02º | 0.87% | 0.74% | - |
| XYZ | 10.1 | 4.64 | 47.94 | - |
| YUV | 45.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 188 | 0.81 | 0.87 | 0 | 0.26 | 244.02 | 0.77 | 0.42 |
| Hex | 23 | 18 | BC | 51 | 57 | 0 | 1A | F4 | 4D | 2A |
| Octal | 43 | 30 | 274 | 121 | 127 | 0 | 32 | 364 | 115 | 52 |
| Binary | 100011 | 11000 | 10111100 | 1010001 | 1010111 | 0 | 11010 | 11110100 | 1001101 | 101010 |
Color Harmonies of #2318BC
Complementary color
Monochromatic Colors of #2318BC
Black with #2318BC
Text Example
Text Example
White with #2318BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318BC; }
p { color: rgb(35,24,188); }
H1.HeaderClassName
{
color: #2318BC;
}
.AnyTagClassName
{
color: #2318BC;
}
</style>
background-color css
<style>
a { background-color: #2318BC; }
a { background-color: rgb(35,24,188); }
div.DivClassName
{
background-color: #2318BC;
}
.BgClassName
{
background-color: #2318BC;
}
</style>
border-color css
<style>
span { border-color: #2318BC; }
span { border-color: rgb(35,24,188); }
td.TdClassName
{
border-color: #2318BC;
}
.TagClassName
{
border-color: #2318BC;
}
</style>