Shades of Persian Blue #2326B6
Tints of Persian Blue #2326B6
RGB
CMYK
RGB Variations
Color information
#2326B6 (or 0x2326B6) is known color: Persian Blue. HEX triplet: 23, 26 and B6. RGB value is (35,38,182). Sum of RGB (Red+Green+Blue) = 35+38+182=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #2326B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326B6 is #DCD949. Grayscale: #343434. Windows color (decimal): -14473546 or 11937315. OLE color: 11937315.
HSL color Cylindrical-coordinate representation of color #2326B6: hue angle of 238.78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2326B6 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 38 | 182 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.29 |
| HSL | 238.78º | 0.68% | 0.43% | - |
| HSV(B) | 238.78º | 0.81% | 0.71% | - |
| XYZ | 9.83 | 5.12 | 44.73 | - |
| YUV | 53.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 182 | 0.81 | 0.79 | 0 | 0.29 | 238.78 | 0.68 | 0.43 |
| Hex | 23 | 26 | B6 | 51 | 4F | 0 | 1D | EF | 44 | 2B |
| Octal | 43 | 46 | 266 | 121 | 117 | 0 | 35 | 357 | 104 | 53 |
| Binary | 100011 | 100110 | 10110110 | 1010001 | 1001111 | 0 | 11101 | 11101111 | 1000100 | 101011 |
Color Harmonies of #2326B6
Complementary color
Monochromatic Colors of #2326B6
Black with #2326B6
Text Example
Text Example
White with #2326B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2326B6; }
p { color: rgb(35,38,182); }
H1.HeaderClassName
{
color: #2326B6;
}
.AnyTagClassName
{
color: #2326B6;
}
</style>
background-color css
<style>
a { background-color: #2326B6; }
a { background-color: rgb(35,38,182); }
div.DivClassName
{
background-color: #2326B6;
}
.BgClassName
{
background-color: #2326B6;
}
</style>
border-color css
<style>
span { border-color: #2326B6; }
span { border-color: rgb(35,38,182); }
td.TdClassName
{
border-color: #2326B6;
}
.TagClassName
{
border-color: #2326B6;
}
</style>