Shades of Persian Blue #2326C1
Tints of Persian Blue #2326C1
RGB
CMYK
RGB Variations
Color information
#2326C1 (or 0x2326C1) is known color: Persian Blue. HEX triplet: 23, 26 and C1. RGB value is (35,38,193). Sum of RGB (Red+Green+Blue) = 35+38+193=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #2326C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326C1 is #DCD93E. Grayscale: #363636. Windows color (decimal): -14473535 or 12658211. OLE color: 12658211.
HSL color Cylindrical-coordinate representation of color #2326C1: hue angle of 238.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2326C1 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 38 | 193 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.24 |
| HSL | 238.86º | 0.69% | 0.45% | - |
| HSV(B) | 238.86º | 0.82% | 0.76% | - |
| XYZ | 11.01 | 5.59 | 50.95 | - |
| YUV | 54.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 193 | 0.82 | 0.80 | 0 | 0.24 | 238.86 | 0.69 | 0.45 |
| Hex | 23 | 26 | C1 | 52 | 50 | 0 | 18 | EF | 45 | 2D |
| Octal | 43 | 46 | 301 | 122 | 120 | 0 | 30 | 357 | 105 | 55 |
| Binary | 100011 | 100110 | 11000001 | 1010010 | 1010000 | 0 | 11000 | 11101111 | 1000101 | 101101 |
Color Harmonies of #2326C1
Complementary color
Monochromatic Colors of #2326C1
Black with #2326C1
Text Example
Text Example
White with #2326C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2326C1; }
p { color: rgb(35,38,193); }
H1.HeaderClassName
{
color: #2326C1;
}
.AnyTagClassName
{
color: #2326C1;
}
</style>
background-color css
<style>
a { background-color: #2326C1; }
a { background-color: rgb(35,38,193); }
div.DivClassName
{
background-color: #2326C1;
}
.BgClassName
{
background-color: #2326C1;
}
</style>
border-color css
<style>
span { border-color: #2326C1; }
span { border-color: rgb(35,38,193); }
td.TdClassName
{
border-color: #2326C1;
}
.TagClassName
{
border-color: #2326C1;
}
</style>