Shades of Persian Blue #3835CE
Tints of Persian Blue #3835CE
RGB
CMYK
RGB Variations
Color information
#3835CE (or 0x3835CE) is known color: Persian Blue. HEX triplet: 38, 35 and CE. RGB value is (56,53,206). Sum of RGB (Red+Green+Blue) = 56+53+206=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #3835CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835CE is #C7CA31. Grayscale: #464646. Windows color (decimal): -13093426 or 13514040. OLE color: 13514040.
HSL color Cylindrical-coordinate representation of color #3835CE: hue angle of 241.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3835CE is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 53 | 206 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.19 |
| HSL | 241.18º | 0.61% | 0.51% | - |
| HSV(B) | 241.18º | 0.74% | 0.81% | - |
| XYZ | 14.04 | 7.84 | 59.17 | - |
| YUV | 71.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 206 | 0.73 | 0.74 | 0 | 0.19 | 241.18 | 0.61 | 0.51 |
| Hex | 38 | 35 | CE | 49 | 4A | 0 | 13 | F1 | 3D | 33 |
| Octal | 70 | 65 | 316 | 111 | 112 | 0 | 23 | 361 | 75 | 63 |
| Binary | 111000 | 110101 | 11001110 | 1001001 | 1001010 | 0 | 10011 | 11110001 | 111101 | 110011 |
Color Harmonies of #3835CE
Complementary color
Monochromatic Colors of #3835CE
Black with #3835CE
Text Example
Text Example
White with #3835CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3835CE; }
p { color: rgb(56,53,206); }
H1.HeaderClassName
{
color: #3835CE;
}
.AnyTagClassName
{
color: #3835CE;
}
</style>
background-color css
<style>
a { background-color: #3835CE; }
a { background-color: rgb(56,53,206); }
div.DivClassName
{
background-color: #3835CE;
}
.BgClassName
{
background-color: #3835CE;
}
</style>
border-color css
<style>
span { border-color: #3835CE; }
span { border-color: rgb(56,53,206); }
td.TdClassName
{
border-color: #3835CE;
}
.TagClassName
{
border-color: #3835CE;
}
</style>