Shades of Persian Blue #3639AC
Tints of Persian Blue #3639AC
RGB
CMYK
RGB Variations
Color information
#3639AC (or 0x3639AC) is known color: Persian Blue. HEX triplet: 36, 39 and AC. RGB value is (54,57,172). Sum of RGB (Red+Green+Blue) = 54+57+172=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #3639AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3639AC is #C9C653. Grayscale: #444444. Windows color (decimal): -13223508 or 11286838. OLE color: 11286838.
HSL color Cylindrical-coordinate representation of color #3639AC: hue angle of 238.47º 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 #3639AC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 57 | 172 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.33 |
| HSL | 238.47º | 0.52% | 0.44% | - |
| HSV(B) | 238.47º | 0.69% | 0.67% | - |
| XYZ | 10.43 | 6.69 | 39.77 | - |
| YUV | 69.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 172 | 0.69 | 0.67 | 0 | 0.33 | 238.47 | 0.52 | 0.44 |
| Hex | 36 | 39 | AC | 45 | 43 | 0 | 21 | EE | 34 | 2C |
| Octal | 66 | 71 | 254 | 105 | 103 | 0 | 41 | 356 | 64 | 54 |
| Binary | 110110 | 111001 | 10101100 | 1000101 | 1000011 | 0 | 100001 | 11101110 | 110100 | 101100 |
Color Harmonies of #3639AC
Complementary color
Monochromatic Colors of #3639AC
Black with #3639AC
Text Example
Text Example
White with #3639AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639AC; }
p { color: rgb(54,57,172); }
H1.HeaderClassName
{
color: #3639AC;
}
.AnyTagClassName
{
color: #3639AC;
}
</style>
background-color css
<style>
a { background-color: #3639AC; }
a { background-color: rgb(54,57,172); }
div.DivClassName
{
background-color: #3639AC;
}
.BgClassName
{
background-color: #3639AC;
}
</style>
border-color css
<style>
span { border-color: #3639AC; }
span { border-color: rgb(54,57,172); }
td.TdClassName
{
border-color: #3639AC;
}
.TagClassName
{
border-color: #3639AC;
}
</style>