Shades of Persian Blue #3623C5
Tints of Persian Blue #3623C5
RGB
CMYK
RGB Variations
Color information
#3623C5 (or 0x3623C5) is known color: Persian Blue. HEX triplet: 36, 23 and C5. RGB value is (54,35,197). Sum of RGB (Red+Green+Blue) = 54+35+197=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 197 (77.34% from 255 or 68.88% from 286); Max value from RGB is 197 - color contains mainly: blue. Hex color #3623C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3623C5 is #C9DC3A. Grayscale: #3A3A3A. Windows color (decimal): -13229115 or 12919606. OLE color: 12919606.
HSL color Cylindrical-coordinate representation of color #3623C5: hue angle of 247.04º 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 #3623C5 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 35 | 197 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.23 |
| HSL | 247.04º | 0.7% | 0.45% | - |
| HSV(B) | 247.04º | 0.82% | 0.77% | - |
| XYZ | 12.2 | 6.02 | 53.34 | - |
| YUV | 59.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 197 | 0.73 | 0.82 | 0 | 0.23 | 247.04 | 0.7 | 0.45 |
| Hex | 36 | 23 | C5 | 49 | 52 | 0 | 17 | F7 | 46 | 2D |
| Octal | 66 | 43 | 305 | 111 | 122 | 0 | 27 | 367 | 106 | 55 |
| Binary | 110110 | 100011 | 11000101 | 1001001 | 1010010 | 0 | 10111 | 11110111 | 1000110 | 101101 |
Color Harmonies of #3623C5
Complementary color
Monochromatic Colors of #3623C5
Black with #3623C5
Text Example
Text Example
White with #3623C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3623C5; }
p { color: rgb(54,35,197); }
H1.HeaderClassName
{
color: #3623C5;
}
.AnyTagClassName
{
color: #3623C5;
}
</style>
background-color css
<style>
a { background-color: #3623C5; }
a { background-color: rgb(54,35,197); }
div.DivClassName
{
background-color: #3623C5;
}
.BgClassName
{
background-color: #3623C5;
}
</style>
border-color css
<style>
span { border-color: #3623C5; }
span { border-color: rgb(54,35,197); }
td.TdClassName
{
border-color: #3623C5;
}
.TagClassName
{
border-color: #3623C5;
}
</style>