Shades of Persian Blue #3723C5
Tints of Persian Blue #3723C5
RGB
CMYK
RGB Variations
Color information
#3723C5 (or 0x3723C5) is known color: Persian Blue. HEX triplet: 37, 23 and C5. RGB value is (55,35,197). Sum of RGB (Red+Green+Blue) = 55+35+197=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 197 (77.34% from 255 or 68.64% from 287); Max value from RGB is 197 - color contains mainly: blue. Hex color #3723C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3723C5 is #C8DC3A. Grayscale: #3A3A3A. Windows color (decimal): -13163579 or 12919607. OLE color: 12919607.
HSL color Cylindrical-coordinate representation of color #3723C5: hue angle of 247.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3723C5 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 35 | 197 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.23 |
| HSL | 247.41º | 0.7% | 0.45% | - |
| HSV(B) | 247.41º | 0.82% | 0.77% | - |
| XYZ | 12.25 | 6.05 | 53.34 | - |
| YUV | 59.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 197 | 0.72 | 0.82 | 0 | 0.23 | 247.41 | 0.7 | 0.45 |
| Hex | 37 | 23 | C5 | 48 | 52 | 0 | 17 | F7 | 46 | 2D |
| Octal | 67 | 43 | 305 | 110 | 122 | 0 | 27 | 367 | 106 | 55 |
| Binary | 110111 | 100011 | 11000101 | 1001000 | 1010010 | 0 | 10111 | 11110111 | 1000110 | 101101 |
Color Harmonies of #3723C5
Complementary color
Monochromatic Colors of #3723C5
Black with #3723C5
Text Example
Text Example
White with #3723C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3723C5; }
p { color: rgb(55,35,197); }
H1.HeaderClassName
{
color: #3723C5;
}
.AnyTagClassName
{
color: #3723C5;
}
</style>
background-color css
<style>
a { background-color: #3723C5; }
a { background-color: rgb(55,35,197); }
div.DivClassName
{
background-color: #3723C5;
}
.BgClassName
{
background-color: #3723C5;
}
</style>
border-color css
<style>
span { border-color: #3723C5; }
span { border-color: rgb(55,35,197); }
td.TdClassName
{
border-color: #3723C5;
}
.TagClassName
{
border-color: #3723C5;
}
</style>