Shades of Persian Blue #2341B6
Tints of Persian Blue #2341B6
RGB
CMYK
RGB Variations
Color information
#2341B6 (or 0x2341B6) is known color: Persian Blue. HEX triplet: 23, 41 and B6. RGB value is (35,65,182). Sum of RGB (Red+Green+Blue) = 35+65+182=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #2341B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341B6 is #DCBE49. Grayscale: #444444. Windows color (decimal): -14466634 or 11944227. OLE color: 11944227.
HSL color Cylindrical-coordinate representation of color #2341B6: hue angle of 227.76º 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 #2341B6 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 65 | 182 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.29 |
| HSL | 227.76º | 0.68% | 0.43% | - |
| HSV(B) | 227.76º | 0.81% | 0.71% | - |
| XYZ | 11.03 | 7.52 | 45.13 | - |
| YUV | 69.37 | 191.56 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 182 | 0.81 | 0.64 | 0 | 0.29 | 227.76 | 0.68 | 0.43 |
| Hex | 23 | 41 | B6 | 51 | 40 | 0 | 1D | E4 | 44 | 2B |
| Octal | 43 | 101 | 266 | 121 | 100 | 0 | 35 | 344 | 104 | 53 |
| Binary | 100011 | 1000001 | 10110110 | 1010001 | 1000000 | 0 | 11101 | 11100100 | 1000100 | 101011 |
Color Harmonies of #2341B6
Complementary color
Monochromatic Colors of #2341B6
Black with #2341B6
Text Example
Text Example
White with #2341B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341B6; }
p { color: rgb(35,65,182); }
H1.HeaderClassName
{
color: #2341B6;
}
.AnyTagClassName
{
color: #2341B6;
}
</style>
background-color css
<style>
a { background-color: #2341B6; }
a { background-color: rgb(35,65,182); }
div.DivClassName
{
background-color: #2341B6;
}
.BgClassName
{
background-color: #2341B6;
}
</style>
border-color css
<style>
span { border-color: #2341B6; }
span { border-color: rgb(35,65,182); }
td.TdClassName
{
border-color: #2341B6;
}
.TagClassName
{
border-color: #2341B6;
}
</style>