Shades of Persian Blue #3824C6
Tints of Persian Blue #3824C6
RGB
CMYK
RGB Variations
Color information
#3824C6 (or 0x3824C6) is known color: Persian Blue. HEX triplet: 38, 24 and C6. RGB value is (56,36,198). Sum of RGB (Red+Green+Blue) = 56+36+198=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #3824C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824C6 is #C7DB39. Grayscale: #3B3B3B. Windows color (decimal): -13097786 or 12985400. OLE color: 12985400.
HSL color Cylindrical-coordinate representation of color #3824C6: hue angle of 247.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3824C6 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 36 | 198 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.22 |
| HSL | 247.41º | 0.69% | 0.46% | - |
| HSV(B) | 247.41º | 0.82% | 0.78% | - |
| XYZ | 12.45 | 6.18 | 53.96 | - |
| YUV | 60.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 198 | 0.72 | 0.82 | 0 | 0.22 | 247.41 | 0.69 | 0.46 |
| Hex | 38 | 24 | C6 | 48 | 52 | 0 | 16 | F7 | 45 | 2E |
| Octal | 70 | 44 | 306 | 110 | 122 | 0 | 26 | 367 | 105 | 56 |
| Binary | 111000 | 100100 | 11000110 | 1001000 | 1010010 | 0 | 10110 | 11110111 | 1000101 | 101110 |
Color Harmonies of #3824C6
Complementary color
Monochromatic Colors of #3824C6
Black with #3824C6
Text Example
Text Example
White with #3824C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3824C6; }
p { color: rgb(56,36,198); }
H1.HeaderClassName
{
color: #3824C6;
}
.AnyTagClassName
{
color: #3824C6;
}
</style>
background-color css
<style>
a { background-color: #3824C6; }
a { background-color: rgb(56,36,198); }
div.DivClassName
{
background-color: #3824C6;
}
.BgClassName
{
background-color: #3824C6;
}
</style>
border-color css
<style>
span { border-color: #3824C6; }
span { border-color: rgb(56,36,198); }
td.TdClassName
{
border-color: #3824C6;
}
.TagClassName
{
border-color: #3824C6;
}
</style>