Shades of Persian Blue #3628C4
Tints of Persian Blue #3628C4
RGB
CMYK
RGB Variations
Color information
#3628C4 (or 0x3628C4) is known color: Persian Blue. HEX triplet: 36, 28 and C4. RGB value is (54,40,196). Sum of RGB (Red+Green+Blue) = 54+40+196=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #3628C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628C4 is #C9D73B. Grayscale: #3D3D3D. Windows color (decimal): -13227836 or 12855350. OLE color: 12855350.
HSL color Cylindrical-coordinate representation of color #3628C4: hue angle of 245.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3628C4 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 40 | 196 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.23 |
| HSL | 245.38º | 0.66% | 0.46% | - |
| HSV(B) | 245.38º | 0.8% | 0.77% | - |
| XYZ | 12.24 | 6.29 | 52.79 | - |
| YUV | 61.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 196 | 0.72 | 0.80 | 0 | 0.23 | 245.38 | 0.66 | 0.46 |
| Hex | 36 | 28 | C4 | 48 | 50 | 0 | 17 | F5 | 42 | 2E |
| Octal | 66 | 50 | 304 | 110 | 120 | 0 | 27 | 365 | 102 | 56 |
| Binary | 110110 | 101000 | 11000100 | 1001000 | 1010000 | 0 | 10111 | 11110101 | 1000010 | 101110 |
Color Harmonies of #3628C4
Complementary color
Monochromatic Colors of #3628C4
Black with #3628C4
Text Example
Text Example
White with #3628C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3628C4; }
p { color: rgb(54,40,196); }
H1.HeaderClassName
{
color: #3628C4;
}
.AnyTagClassName
{
color: #3628C4;
}
</style>
background-color css
<style>
a { background-color: #3628C4; }
a { background-color: rgb(54,40,196); }
div.DivClassName
{
background-color: #3628C4;
}
.BgClassName
{
background-color: #3628C4;
}
</style>
border-color css
<style>
span { border-color: #3628C4; }
span { border-color: rgb(54,40,196); }
td.TdClassName
{
border-color: #3628C4;
}
.TagClassName
{
border-color: #3628C4;
}
</style>