Shades of Persian Blue #3639AB
Tints of Persian Blue #3639AB
RGB
CMYK
RGB Variations
Color information
#3639AB (or 0x3639AB) is known color: Persian Blue. HEX triplet: 36, 39 and AB. RGB value is (54,57,171). Sum of RGB (Red+Green+Blue) = 54+57+171=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #3639AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3639AB is #C9C654. Grayscale: #444444. Windows color (decimal): -13223509 or 11221302. OLE color: 11221302.
HSL color Cylindrical-coordinate representation of color #3639AB: hue angle of 238.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3639AB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 57 | 171 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.33 |
| HSL | 238.46º | 0.52% | 0.44% | - |
| HSV(B) | 238.46º | 0.68% | 0.67% | - |
| XYZ | 10.34 | 6.65 | 39.27 | - |
| YUV | 69.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 171 | 0.68 | 0.67 | 0 | 0.33 | 238.46 | 0.52 | 0.44 |
| Hex | 36 | 39 | AB | 44 | 43 | 0 | 21 | EE | 34 | 2C |
| Octal | 66 | 71 | 253 | 104 | 103 | 0 | 41 | 356 | 64 | 54 |
| Binary | 110110 | 111001 | 10101011 | 1000100 | 1000011 | 0 | 100001 | 11101110 | 110100 | 101100 |
Color Harmonies of #3639AB
Complementary color
Monochromatic Colors of #3639AB
Black with #3639AB
Text Example
Text Example
White with #3639AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639AB; }
p { color: rgb(54,57,171); }
H1.HeaderClassName
{
color: #3639AB;
}
.AnyTagClassName
{
color: #3639AB;
}
</style>
background-color css
<style>
a { background-color: #3639AB; }
a { background-color: rgb(54,57,171); }
div.DivClassName
{
background-color: #3639AB;
}
.BgClassName
{
background-color: #3639AB;
}
</style>
border-color css
<style>
span { border-color: #3639AB; }
span { border-color: rgb(54,57,171); }
td.TdClassName
{
border-color: #3639AB;
}
.TagClassName
{
border-color: #3639AB;
}
</style>