Shades of Persian Blue #3629BB
Tints of Persian Blue #3629BB
RGB
CMYK
RGB Variations
Color information
#3629BB (or 0x3629BB) is known color: Persian Blue. HEX triplet: 36, 29 and BB. RGB value is (54,41,187). Sum of RGB (Red+Green+Blue) = 54+41+187=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #3629BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629BB is #C9D644. Grayscale: #3C3C3C. Windows color (decimal): -13227589 or 12265782. OLE color: 12265782.
HSL color Cylindrical-coordinate representation of color #3629BB: hue angle of 245.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3629BB is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 41 | 187 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.27 |
| HSL | 245.34º | 0.64% | 0.45% | - |
| HSV(B) | 245.34º | 0.78% | 0.73% | - |
| XYZ | 11.28 | 5.96 | 47.57 | - |
| YUV | 61.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 187 | 0.71 | 0.78 | 0 | 0.27 | 245.34 | 0.64 | 0.45 |
| Hex | 36 | 29 | BB | 47 | 4E | 0 | 1B | F5 | 40 | 2D |
| Octal | 66 | 51 | 273 | 107 | 116 | 0 | 33 | 365 | 100 | 55 |
| Binary | 110110 | 101001 | 10111011 | 1000111 | 1001110 | 0 | 11011 | 11110101 | 1000000 | 101101 |
Color Harmonies of #3629BB
Complementary color
Monochromatic Colors of #3629BB
Black with #3629BB
Text Example
Text Example
White with #3629BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3629BB; }
p { color: rgb(54,41,187); }
H1.HeaderClassName
{
color: #3629BB;
}
.AnyTagClassName
{
color: #3629BB;
}
</style>
background-color css
<style>
a { background-color: #3629BB; }
a { background-color: rgb(54,41,187); }
div.DivClassName
{
background-color: #3629BB;
}
.BgClassName
{
background-color: #3629BB;
}
</style>
border-color css
<style>
span { border-color: #3629BB; }
span { border-color: rgb(54,41,187); }
td.TdClassName
{
border-color: #3629BB;
}
.TagClassName
{
border-color: #3629BB;
}
</style>