Shades of Persian Blue #382ECC
Tints of Persian Blue #382ECC
RGB
CMYK
RGB Variations
Color information
#382ECC (or 0x382ECC) is known color: Persian Blue. HEX triplet: 38, 2E and CC. RGB value is (56,46,204). Sum of RGB (Red+Green+Blue) = 56+46+204=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #382ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ECC is #C7D133. Grayscale: #424242. Windows color (decimal): -13095220 or 13381176. OLE color: 13381176.
HSL color Cylindrical-coordinate representation of color #382ECC: hue angle of 243.8º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382ECC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 46 | 204 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.2 |
| HSL | 243.8º | 0.63% | 0.49% | - |
| HSV(B) | 243.8º | 0.77% | 0.8% | - |
| XYZ | 13.51 | 7.15 | 57.8 | - |
| YUV | 67 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 204 | 0.73 | 0.77 | 0 | 0.2 | 243.8 | 0.63 | 0.49 |
| Hex | 38 | 2E | CC | 49 | 4D | 0 | 14 | F4 | 3F | 31 |
| Octal | 70 | 56 | 314 | 111 | 115 | 0 | 24 | 364 | 77 | 61 |
| Binary | 111000 | 101110 | 11001100 | 1001001 | 1001101 | 0 | 10100 | 11110100 | 111111 | 110001 |
Color Harmonies of #382ECC
Complementary color
Monochromatic Colors of #382ECC
Black with #382ECC
Text Example
Text Example
White with #382ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382ECC; }
p { color: rgb(56,46,204); }
H1.HeaderClassName
{
color: #382ECC;
}
.AnyTagClassName
{
color: #382ECC;
}
</style>
background-color css
<style>
a { background-color: #382ECC; }
a { background-color: rgb(56,46,204); }
div.DivClassName
{
background-color: #382ECC;
}
.BgClassName
{
background-color: #382ECC;
}
</style>
border-color css
<style>
span { border-color: #382ECC; }
span { border-color: rgb(56,46,204); }
td.TdClassName
{
border-color: #382ECC;
}
.TagClassName
{
border-color: #382ECC;
}
</style>