Shades of Persian Blue #3827BC
Tints of Persian Blue #3827BC
RGB
CMYK
RGB Variations
Color information
#3827BC (or 0x3827BC) is known color: Persian Blue. HEX triplet: 38, 27 and BC. RGB value is (56,39,188). Sum of RGB (Red+Green+Blue) = 56+39+188=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #3827BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827BC is #C7D843. Grayscale: #3C3C3C. Windows color (decimal): -13097028 or 12330808. OLE color: 12330808.
HSL color Cylindrical-coordinate representation of color #3827BC: hue angle of 246.85º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3827BC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 39 | 188 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.26 |
| HSL | 246.85º | 0.66% | 0.45% | - |
| HSV(B) | 246.85º | 0.79% | 0.74% | - |
| XYZ | 11.43 | 5.92 | 48.12 | - |
| YUV | 61.07 | 199.63 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 188 | 0.70 | 0.79 | 0 | 0.26 | 246.85 | 0.66 | 0.45 |
| Hex | 38 | 27 | BC | 46 | 4F | 0 | 1A | F7 | 42 | 2D |
| Octal | 70 | 47 | 274 | 106 | 117 | 0 | 32 | 367 | 102 | 55 |
| Binary | 111000 | 100111 | 10111100 | 1000110 | 1001111 | 0 | 11010 | 11110111 | 1000010 | 101101 |
Color Harmonies of #3827BC
Complementary color
Monochromatic Colors of #3827BC
Black with #3827BC
Text Example
Text Example
White with #3827BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3827BC; }
p { color: rgb(56,39,188); }
H1.HeaderClassName
{
color: #3827BC;
}
.AnyTagClassName
{
color: #3827BC;
}
</style>
background-color css
<style>
a { background-color: #3827BC; }
a { background-color: rgb(56,39,188); }
div.DivClassName
{
background-color: #3827BC;
}
.BgClassName
{
background-color: #3827BC;
}
</style>
border-color css
<style>
span { border-color: #3827BC; }
span { border-color: rgb(56,39,188); }
td.TdClassName
{
border-color: #3827BC;
}
.TagClassName
{
border-color: #3827BC;
}
</style>