Shades of Persian Blue #3836AC
Tints of Persian Blue #3836AC
RGB
CMYK
RGB Variations
Color information
#3836AC (or 0x3836AC) is known color: Persian Blue. HEX triplet: 38, 36 and AC. RGB value is (56,54,172). Sum of RGB (Red+Green+Blue) = 56+54+172=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #3836AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3836AC is #C7C953. Grayscale: #434343. Windows color (decimal): -13093204 or 11286072. OLE color: 11286072.
HSL color Cylindrical-coordinate representation of color #3836AC: hue angle of 241.02º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3836AC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 54 | 172 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.33 |
| HSL | 241.02º | 0.52% | 0.44% | - |
| HSV(B) | 241.02º | 0.69% | 0.67% | - |
| XYZ | 10.4 | 6.46 | 39.73 | - |
| YUV | 68.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 172 | 0.67 | 0.69 | 0 | 0.33 | 241.02 | 0.52 | 0.44 |
| Hex | 38 | 36 | AC | 43 | 45 | 0 | 21 | F1 | 34 | 2C |
| Octal | 70 | 66 | 254 | 103 | 105 | 0 | 41 | 361 | 64 | 54 |
| Binary | 111000 | 110110 | 10101100 | 1000011 | 1000101 | 0 | 100001 | 11110001 | 110100 | 101100 |
Color Harmonies of #3836AC
Complementary color
Monochromatic Colors of #3836AC
Black with #3836AC
Text Example
Text Example
White with #3836AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3836AC; }
p { color: rgb(56,54,172); }
H1.HeaderClassName
{
color: #3836AC;
}
.AnyTagClassName
{
color: #3836AC;
}
</style>
background-color css
<style>
a { background-color: #3836AC; }
a { background-color: rgb(56,54,172); }
div.DivClassName
{
background-color: #3836AC;
}
.BgClassName
{
background-color: #3836AC;
}
</style>
border-color css
<style>
span { border-color: #3836AC; }
span { border-color: rgb(56,54,172); }
td.TdClassName
{
border-color: #3836AC;
}
.TagClassName
{
border-color: #3836AC;
}
</style>