Shades of Persian Blue #3935CB
Tints of Persian Blue #3935CB
RGB
CMYK
RGB Variations
Color information
#3935CB (or 0x3935CB) is known color: Persian Blue. HEX triplet: 39, 35 and CB. RGB value is (57,53,203). Sum of RGB (Red+Green+Blue) = 57+53+203=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #3935CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935CB is #C6CA34. Grayscale: #464646. Windows color (decimal): -13027893 or 13317433. OLE color: 13317433.
HSL color Cylindrical-coordinate representation of color #3935CB: hue angle of 241.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3935CB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 53 | 203 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.20 |
| HSL | 241.6º | 0.59% | 0.5% | - |
| HSV(B) | 241.6º | 0.74% | 0.8% | - |
| XYZ | 13.74 | 7.73 | 57.27 | - |
| YUV | 71.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 203 | 0.72 | 0.74 | 0 | 0.20 | 241.6 | 0.59 | 0.5 |
| Hex | 39 | 35 | CB | 48 | 4A | 0 | 14 | F2 | 3B | 32 |
| Octal | 71 | 65 | 313 | 110 | 112 | 0 | 24 | 362 | 73 | 62 |
| Binary | 111001 | 110101 | 11001011 | 1001000 | 1001010 | 0 | 10100 | 11110010 | 111011 | 110010 |
Color Harmonies of #3935CB
Complementary color
Monochromatic Colors of #3935CB
Black with #3935CB
Text Example
Text Example
White with #3935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935CB; }
p { color: rgb(57,53,203); }
H1.HeaderClassName
{
color: #3935CB;
}
.AnyTagClassName
{
color: #3935CB;
}
</style>
background-color css
<style>
a { background-color: #3935CB; }
a { background-color: rgb(57,53,203); }
div.DivClassName
{
background-color: #3935CB;
}
.BgClassName
{
background-color: #3935CB;
}
</style>
border-color css
<style>
span { border-color: #3935CB; }
span { border-color: rgb(57,53,203); }
td.TdClassName
{
border-color: #3935CB;
}
.TagClassName
{
border-color: #3935CB;
}
</style>