Shades of Persian Blue #382CBC
Tints of Persian Blue #382CBC
RGB
CMYK
RGB Variations
Color information
#382CBC (or 0x382CBC) is known color: Persian Blue. HEX triplet: 38, 2C and BC. RGB value is (56,44,188). Sum of RGB (Red+Green+Blue) = 56+44+188=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #382CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CBC is #C7D343. Grayscale: #3F3F3F. Windows color (decimal): -13095748 or 12332088. OLE color: 12332088.
HSL color Cylindrical-coordinate representation of color #382CBC: hue angle of 245º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382CBC is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 44 | 188 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.26 |
| HSL | 245º | 0.62% | 0.45% | - |
| HSV(B) | 245º | 0.77% | 0.74% | - |
| XYZ | 11.61 | 6.27 | 48.18 | - |
| YUV | 64 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 188 | 0.70 | 0.77 | 0 | 0.26 | 245 | 0.62 | 0.45 |
| Hex | 38 | 2C | BC | 46 | 4D | 0 | 1A | F5 | 3E | 2D |
| Octal | 70 | 54 | 274 | 106 | 115 | 0 | 32 | 365 | 76 | 55 |
| Binary | 111000 | 101100 | 10111100 | 1000110 | 1001101 | 0 | 11010 | 11110101 | 111110 | 101101 |
Color Harmonies of #382CBC
Complementary color
Monochromatic Colors of #382CBC
Black with #382CBC
Text Example
Text Example
White with #382CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CBC; }
p { color: rgb(56,44,188); }
H1.HeaderClassName
{
color: #382CBC;
}
.AnyTagClassName
{
color: #382CBC;
}
</style>
background-color css
<style>
a { background-color: #382CBC; }
a { background-color: rgb(56,44,188); }
div.DivClassName
{
background-color: #382CBC;
}
.BgClassName
{
background-color: #382CBC;
}
</style>
border-color css
<style>
span { border-color: #382CBC; }
span { border-color: rgb(56,44,188); }
td.TdClassName
{
border-color: #382CBC;
}
.TagClassName
{
border-color: #382CBC;
}
</style>