Shades of Persian Blue #3926CE
Tints of Persian Blue #3926CE
RGB
CMYK
RGB Variations
Color information
#3926CE (or 0x3926CE) is known color: Persian Blue. HEX triplet: 39, 26 and CE. RGB value is (57,38,206). Sum of RGB (Red+Green+Blue) = 57+38+206=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #3926CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926CE is #C6D931. Grayscale: #3E3E3E. Windows color (decimal): -13031730 or 13510201. OLE color: 13510201.
HSL color Cylindrical-coordinate representation of color #3926CE: hue angle of 246.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3926CE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 38 | 206 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.19 |
| HSL | 246.79º | 0.69% | 0.48% | - |
| HSV(B) | 246.79º | 0.82% | 0.81% | - |
| XYZ | 13.52 | 6.71 | 58.98 | - |
| YUV | 62.83 | 208.79 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 206 | 0.72 | 0.82 | 0 | 0.19 | 246.79 | 0.69 | 0.48 |
| Hex | 39 | 26 | CE | 48 | 52 | 0 | 13 | F7 | 45 | 30 |
| Octal | 71 | 46 | 316 | 110 | 122 | 0 | 23 | 367 | 105 | 60 |
| Binary | 111001 | 100110 | 11001110 | 1001000 | 1010010 | 0 | 10011 | 11110111 | 1000101 | 110000 |
Color Harmonies of #3926CE
Complementary color
Monochromatic Colors of #3926CE
Black with #3926CE
Text Example
Text Example
White with #3926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3926CE; }
p { color: rgb(57,38,206); }
H1.HeaderClassName
{
color: #3926CE;
}
.AnyTagClassName
{
color: #3926CE;
}
</style>
background-color css
<style>
a { background-color: #3926CE; }
a { background-color: rgb(57,38,206); }
div.DivClassName
{
background-color: #3926CE;
}
.BgClassName
{
background-color: #3926CE;
}
</style>
border-color css
<style>
span { border-color: #3926CE; }
span { border-color: rgb(57,38,206); }
td.TdClassName
{
border-color: #3926CE;
}
.TagClassName
{
border-color: #3926CE;
}
</style>