Shades of Persian Blue #382EC0
Tints of Persian Blue #382EC0
RGB
CMYK
RGB Variations
Color information
#382EC0 (or 0x382EC0) is known color: Persian Blue. HEX triplet: 38, 2E and C0. RGB value is (56,46,192). Sum of RGB (Red+Green+Blue) = 56+46+192=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #382EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EC0 is #C7D13F. Grayscale: #414141. Windows color (decimal): -13095232 or 12594744. OLE color: 12594744.
HSL color Cylindrical-coordinate representation of color #382EC0: hue angle of 244.11º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382EC0 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 46 | 192 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.25 |
| HSL | 244.11º | 0.61% | 0.47% | - |
| HSV(B) | 244.11º | 0.76% | 0.75% | - |
| XYZ | 12.12 | 6.6 | 50.5 | - |
| YUV | 65.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 192 | 0.71 | 0.76 | 0 | 0.25 | 244.11 | 0.61 | 0.47 |
| Hex | 38 | 2E | C0 | 47 | 4C | 0 | 19 | F4 | 3D | 2F |
| Octal | 70 | 56 | 300 | 107 | 114 | 0 | 31 | 364 | 75 | 57 |
| Binary | 111000 | 101110 | 11000000 | 1000111 | 1001100 | 0 | 11001 | 11110100 | 111101 | 101111 |
Color Harmonies of #382EC0
Complementary color
Monochromatic Colors of #382EC0
Black with #382EC0
Text Example
Text Example
White with #382EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382EC0; }
p { color: rgb(56,46,192); }
H1.HeaderClassName
{
color: #382EC0;
}
.AnyTagClassName
{
color: #382EC0;
}
</style>
background-color css
<style>
a { background-color: #382EC0; }
a { background-color: rgb(56,46,192); }
div.DivClassName
{
background-color: #382EC0;
}
.BgClassName
{
background-color: #382EC0;
}
</style>
border-color css
<style>
span { border-color: #382EC0; }
span { border-color: rgb(56,46,192); }
td.TdClassName
{
border-color: #382EC0;
}
.TagClassName
{
border-color: #382EC0;
}
</style>