Shades of Persian Blue #2723B5
Tints of Persian Blue #2723B5
RGB
CMYK
RGB Variations
Color information
#2723B5 (or 0x2723B5) is known color: Persian Blue. HEX triplet: 27, 23 and B5. RGB value is (39,35,181). Sum of RGB (Red+Green+Blue) = 39+35+181=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 181 (71.09% from 255 or 70.98% from 255); Max value from RGB is 181 - color contains mainly: blue. Hex color #2723B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2723B5 is #D8DC4A. Grayscale: #343434. Windows color (decimal): -14212171 or 11871015. OLE color: 11871015.
HSL color Cylindrical-coordinate representation of color #2723B5: hue angle of 241.64º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2723B5 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 35 | 181 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.29 |
| HSL | 241.64º | 0.68% | 0.42% | - |
| HSV(B) | 241.64º | 0.81% | 0.71% | - |
| XYZ | 9.78 | 4.97 | 44.16 | - |
| YUV | 52.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 181 | 0.78 | 0.81 | 0 | 0.29 | 241.64 | 0.68 | 0.42 |
| Hex | 27 | 23 | B5 | 4E | 51 | 0 | 1D | F2 | 44 | 2A |
| Octal | 47 | 43 | 265 | 116 | 121 | 0 | 35 | 362 | 104 | 52 |
| Binary | 100111 | 100011 | 10110101 | 1001110 | 1010001 | 0 | 11101 | 11110010 | 1000100 | 101010 |
Color Harmonies of #2723B5
Complementary color
Monochromatic Colors of #2723B5
Black with #2723B5
Text Example
Text Example
White with #2723B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2723B5; }
p { color: rgb(39,35,181); }
H1.HeaderClassName
{
color: #2723B5;
}
.AnyTagClassName
{
color: #2723B5;
}
</style>
background-color css
<style>
a { background-color: #2723B5; }
a { background-color: rgb(39,35,181); }
div.DivClassName
{
background-color: #2723B5;
}
.BgClassName
{
background-color: #2723B5;
}
</style>
border-color css
<style>
span { border-color: #2723B5; }
span { border-color: rgb(39,35,181); }
td.TdClassName
{
border-color: #2723B5;
}
.TagClassName
{
border-color: #2723B5;
}
</style>