Shades of Persian Blue #3626BC
Tints of Persian Blue #3626BC
RGB
CMYK
RGB Variations
Color information
#3626BC (or 0x3626BC) is known color: Persian Blue. HEX triplet: 36, 26 and BC. RGB value is (54,38,188). Sum of RGB (Red+Green+Blue) = 54+38+188=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #3626BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626BC is #C9D943. Grayscale: #3B3B3B. Windows color (decimal): -13228356 or 12330550. OLE color: 12330550.
HSL color Cylindrical-coordinate representation of color #3626BC: hue angle of 246.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3626BC is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 38 | 188 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.26 |
| HSL | 246.4º | 0.66% | 0.44% | - |
| HSV(B) | 246.4º | 0.8% | 0.74% | - |
| XYZ | 11.29 | 5.8 | 48.1 | - |
| YUV | 59.88 | 200.3 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 188 | 0.71 | 0.80 | 0 | 0.26 | 246.4 | 0.66 | 0.44 |
| Hex | 36 | 26 | BC | 47 | 50 | 0 | 1A | F6 | 42 | 2C |
| Octal | 66 | 46 | 274 | 107 | 120 | 0 | 32 | 366 | 102 | 54 |
| Binary | 110110 | 100110 | 10111100 | 1000111 | 1010000 | 0 | 11010 | 11110110 | 1000010 | 101100 |
Color Harmonies of #3626BC
Complementary color
Monochromatic Colors of #3626BC
Black with #3626BC
Text Example
Text Example
White with #3626BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3626BC; }
p { color: rgb(54,38,188); }
H1.HeaderClassName
{
color: #3626BC;
}
.AnyTagClassName
{
color: #3626BC;
}
</style>
background-color css
<style>
a { background-color: #3626BC; }
a { background-color: rgb(54,38,188); }
div.DivClassName
{
background-color: #3626BC;
}
.BgClassName
{
background-color: #3626BC;
}
</style>
border-color css
<style>
span { border-color: #3626BC; }
span { border-color: rgb(54,38,188); }
td.TdClassName
{
border-color: #3626BC;
}
.TagClassName
{
border-color: #3626BC;
}
</style>