Shades of Persian Blue #3825BE
Tints of Persian Blue #3825BE
RGB
CMYK
RGB Variations
Color information
#3825BE (or 0x3825BE) is known color: Persian Blue. HEX triplet: 38, 25 and BE. RGB value is (56,37,190). Sum of RGB (Red+Green+Blue) = 56+37+190=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #3825BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825BE is #C7DA41. Grayscale: #3B3B3B. Windows color (decimal): -13097538 or 12461368. OLE color: 12461368.
HSL color Cylindrical-coordinate representation of color #3825BE: hue angle of 247.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3825BE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 37 | 190 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.25 |
| HSL | 247.45º | 0.67% | 0.45% | - |
| HSV(B) | 247.45º | 0.81% | 0.75% | - |
| XYZ | 11.59 | 5.88 | 49.24 | - |
| YUV | 60.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 190 | 0.71 | 0.81 | 0 | 0.25 | 247.45 | 0.67 | 0.45 |
| Hex | 38 | 25 | BE | 47 | 51 | 0 | 19 | F7 | 43 | 2D |
| Octal | 70 | 45 | 276 | 107 | 121 | 0 | 31 | 367 | 103 | 55 |
| Binary | 111000 | 100101 | 10111110 | 1000111 | 1010001 | 0 | 11001 | 11110111 | 1000011 | 101101 |
Color Harmonies of #3825BE
Complementary color
Monochromatic Colors of #3825BE
Black with #3825BE
Text Example
Text Example
White with #3825BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3825BE; }
p { color: rgb(56,37,190); }
H1.HeaderClassName
{
color: #3825BE;
}
.AnyTagClassName
{
color: #3825BE;
}
</style>
background-color css
<style>
a { background-color: #3825BE; }
a { background-color: rgb(56,37,190); }
div.DivClassName
{
background-color: #3825BE;
}
.BgClassName
{
background-color: #3825BE;
}
</style>
border-color css
<style>
span { border-color: #3825BE; }
span { border-color: rgb(56,37,190); }
td.TdClassName
{
border-color: #3825BE;
}
.TagClassName
{
border-color: #3825BE;
}
</style>