Shades of Persian Blue #3626BF
Tints of Persian Blue #3626BF
RGB
CMYK
RGB Variations
Color information
#3626BF (or 0x3626BF) is known color: Persian Blue. HEX triplet: 36, 26 and BF. RGB value is (54,38,191). Sum of RGB (Red+Green+Blue) = 54+38+191=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3626BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626BF is #C9D940. Grayscale: #3B3B3B. Windows color (decimal): -13228353 or 12527158. OLE color: 12527158.
HSL color Cylindrical-coordinate representation of color #3626BF: hue angle of 246.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3626BF is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 38 | 191 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.25 |
| HSL | 246.27º | 0.67% | 0.45% | - |
| HSV(B) | 246.27º | 0.8% | 0.75% | - |
| XYZ | 11.62 | 5.93 | 49.82 | - |
| YUV | 60.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 191 | 0.72 | 0.80 | 0 | 0.25 | 246.27 | 0.67 | 0.45 |
| Hex | 36 | 26 | BF | 48 | 50 | 0 | 19 | F6 | 43 | 2D |
| Octal | 66 | 46 | 277 | 110 | 120 | 0 | 31 | 366 | 103 | 55 |
| Binary | 110110 | 100110 | 10111111 | 1001000 | 1010000 | 0 | 11001 | 11110110 | 1000011 | 101101 |
Color Harmonies of #3626BF
Complementary color
Monochromatic Colors of #3626BF
Black with #3626BF
Text Example
Text Example
White with #3626BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3626BF; }
p { color: rgb(54,38,191); }
H1.HeaderClassName
{
color: #3626BF;
}
.AnyTagClassName
{
color: #3626BF;
}
</style>
background-color css
<style>
a { background-color: #3626BF; }
a { background-color: rgb(54,38,191); }
div.DivClassName
{
background-color: #3626BF;
}
.BgClassName
{
background-color: #3626BF;
}
</style>
border-color css
<style>
span { border-color: #3626BF; }
span { border-color: rgb(54,38,191); }
td.TdClassName
{
border-color: #3626BF;
}
.TagClassName
{
border-color: #3626BF;
}
</style>