Shades of Persian Blue #3826BC
Tints of Persian Blue #3826BC
RGB
CMYK
RGB Variations
Color information
#3826BC (or 0x3826BC) is known color: Persian Blue. HEX triplet: 38, 26 and BC. RGB value is (56,38,188). Sum of RGB (Red+Green+Blue) = 56+38+188=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #3826BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826BC is #C7D943. Grayscale: #3B3B3B. Windows color (decimal): -13097284 or 12330552. OLE color: 12330552.
HSL color Cylindrical-coordinate representation of color #3826BC: hue angle of 247.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3826BC is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 38 | 188 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.26 |
| HSL | 247.2º | 0.66% | 0.44% | - |
| HSV(B) | 247.2º | 0.8% | 0.74% | - |
| XYZ | 11.4 | 5.86 | 48.11 | - |
| YUV | 60.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 188 | 0.70 | 0.80 | 0 | 0.26 | 247.2 | 0.66 | 0.44 |
| Hex | 38 | 26 | BC | 46 | 50 | 0 | 1A | F7 | 42 | 2C |
| Octal | 70 | 46 | 274 | 106 | 120 | 0 | 32 | 367 | 102 | 54 |
| Binary | 111000 | 100110 | 10111100 | 1000110 | 1010000 | 0 | 11010 | 11110111 | 1000010 | 101100 |
Color Harmonies of #3826BC
Complementary color
Monochromatic Colors of #3826BC
Black with #3826BC
Text Example
Text Example
White with #3826BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826BC; }
p { color: rgb(56,38,188); }
H1.HeaderClassName
{
color: #3826BC;
}
.AnyTagClassName
{
color: #3826BC;
}
</style>
background-color css
<style>
a { background-color: #3826BC; }
a { background-color: rgb(56,38,188); }
div.DivClassName
{
background-color: #3826BC;
}
.BgClassName
{
background-color: #3826BC;
}
</style>
border-color css
<style>
span { border-color: #3826BC; }
span { border-color: rgb(56,38,188); }
td.TdClassName
{
border-color: #3826BC;
}
.TagClassName
{
border-color: #3826BC;
}
</style>