Shades of Persian Blue #3835BC
Tints of Persian Blue #3835BC
RGB
CMYK
RGB Variations
Color information
#3835BC (or 0x3835BC) is known color: Persian Blue. HEX triplet: 38, 35 and BC. RGB value is (56,53,188). Sum of RGB (Red+Green+Blue) = 56+53+188=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #3835BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835BC is #C7CA43. Grayscale: #444444. Windows color (decimal): -13093444 or 12334392. OLE color: 12334392.
HSL color Cylindrical-coordinate representation of color #3835BC: hue angle of 241.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3835BC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 53 | 188 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.26 |
| HSL | 241.33º | 0.56% | 0.47% | - |
| HSV(B) | 241.33º | 0.72% | 0.74% | - |
| XYZ | 11.98 | 7.02 | 48.3 | - |
| YUV | 69.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 188 | 0.70 | 0.72 | 0 | 0.26 | 241.33 | 0.56 | 0.47 |
| Hex | 38 | 35 | BC | 46 | 48 | 0 | 1A | F1 | 38 | 2F |
| Octal | 70 | 65 | 274 | 106 | 110 | 0 | 32 | 361 | 70 | 57 |
| Binary | 111000 | 110101 | 10111100 | 1000110 | 1001000 | 0 | 11010 | 11110001 | 111000 | 101111 |
Color Harmonies of #3835BC
Complementary color
Monochromatic Colors of #3835BC
Black with #3835BC
Text Example
Text Example
White with #3835BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3835BC; }
p { color: rgb(56,53,188); }
H1.HeaderClassName
{
color: #3835BC;
}
.AnyTagClassName
{
color: #3835BC;
}
</style>
background-color css
<style>
a { background-color: #3835BC; }
a { background-color: rgb(56,53,188); }
div.DivClassName
{
background-color: #3835BC;
}
.BgClassName
{
background-color: #3835BC;
}
</style>
border-color css
<style>
span { border-color: #3835BC; }
span { border-color: rgb(56,53,188); }
td.TdClassName
{
border-color: #3835BC;
}
.TagClassName
{
border-color: #3835BC;
}
</style>