Shades of Persian Blue #2318BA
Tints of Persian Blue #2318BA
RGB
CMYK
RGB Variations
Color information
#2318BA (or 0x2318BA) is known color: Persian Blue. HEX triplet: 23, 18 and BA. RGB value is (35,24,186). Sum of RGB (Red+Green+Blue) = 35+24+186=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2318BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2318BA is #DCE745. Grayscale: #2D2D2D. Windows color (decimal): -14477126 or 12195875. OLE color: 12195875.
HSL color Cylindrical-coordinate representation of color #2318BA: hue angle of 244.07º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2318BA is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 24 | 186 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.27 |
| HSL | 244.07º | 0.77% | 0.41% | - |
| HSV(B) | 244.07º | 0.87% | 0.73% | - |
| XYZ | 9.88 | 4.56 | 46.81 | - |
| YUV | 45.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 186 | 0.81 | 0.87 | 0 | 0.27 | 244.07 | 0.77 | 0.41 |
| Hex | 23 | 18 | BA | 51 | 57 | 0 | 1B | F4 | 4D | 29 |
| Octal | 43 | 30 | 272 | 121 | 127 | 0 | 33 | 364 | 115 | 51 |
| Binary | 100011 | 11000 | 10111010 | 1010001 | 1010111 | 0 | 11011 | 11110100 | 1001101 | 101001 |
Color Harmonies of #2318BA
Complementary color
Monochromatic Colors of #2318BA
Black with #2318BA
Text Example
Text Example
White with #2318BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318BA; }
p { color: rgb(35,24,186); }
H1.HeaderClassName
{
color: #2318BA;
}
.AnyTagClassName
{
color: #2318BA;
}
</style>
background-color css
<style>
a { background-color: #2318BA; }
a { background-color: rgb(35,24,186); }
div.DivClassName
{
background-color: #2318BA;
}
.BgClassName
{
background-color: #2318BA;
}
</style>
border-color css
<style>
span { border-color: #2318BA; }
span { border-color: rgb(35,24,186); }
td.TdClassName
{
border-color: #2318BA;
}
.TagClassName
{
border-color: #2318BA;
}
</style>