Shades of Persian Blue #2316C0
Tints of Persian Blue #2316C0
RGB
CMYK
RGB Variations
Color information
#2316C0 (or 0x2316C0) is known color: Persian Blue. HEX triplet: 23, 16 and C0. RGB value is (35,22,192). Sum of RGB (Red+Green+Blue) = 35+22+192=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 192 (75.39% from 255 or 77.11% from 249); Max value from RGB is 192 - color contains mainly: blue. Hex color #2316C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316C0 is #DCE93F. Grayscale: #2C2C2C. Windows color (decimal): -14477632 or 12588579. OLE color: 12588579.
HSL color Cylindrical-coordinate representation of color #2316C0: hue angle of 244.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2316C0 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 22 | 192 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.25 |
| HSL | 244.59º | 0.79% | 0.42% | - |
| HSV(B) | 244.59º | 0.89% | 0.75% | - |
| XYZ | 10.49 | 4.74 | 50.23 | - |
| YUV | 45.27 | 210.81 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 192 | 0.82 | 0.89 | 0 | 0.25 | 244.59 | 0.79 | 0.42 |
| Hex | 23 | 16 | C0 | 52 | 59 | 0 | 19 | F5 | 4F | 2A |
| Octal | 43 | 26 | 300 | 122 | 131 | 0 | 31 | 365 | 117 | 52 |
| Binary | 100011 | 10110 | 11000000 | 1010010 | 1011001 | 0 | 11001 | 11110101 | 1001111 | 101010 |
Color Harmonies of #2316C0
Complementary color
Monochromatic Colors of #2316C0
Black with #2316C0
Text Example
Text Example
White with #2316C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2316C0; }
p { color: rgb(35,22,192); }
H1.HeaderClassName
{
color: #2316C0;
}
.AnyTagClassName
{
color: #2316C0;
}
</style>
background-color css
<style>
a { background-color: #2316C0; }
a { background-color: rgb(35,22,192); }
div.DivClassName
{
background-color: #2316C0;
}
.BgClassName
{
background-color: #2316C0;
}
</style>
border-color css
<style>
span { border-color: #2316C0; }
span { border-color: rgb(35,22,192); }
td.TdClassName
{
border-color: #2316C0;
}
.TagClassName
{
border-color: #2316C0;
}
</style>