Shades of Persian Blue #2627BC
Tints of Persian Blue #2627BC
RGB
CMYK
RGB Variations
Color information
#2627BC (or 0x2627BC) is known color: Persian Blue. HEX triplet: 26, 27 and BC. RGB value is (38,39,188). Sum of RGB (Red+Green+Blue) = 38+39+188=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #2627BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627BC is #D9D843. Grayscale: #373737. Windows color (decimal): -14276676 or 12330790. OLE color: 12330790.
HSL color Cylindrical-coordinate representation of color #2627BC: hue angle of 239.6º 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 #2627BC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 39 | 188 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.26 |
| HSL | 239.6º | 0.66% | 0.44% | - |
| HSV(B) | 239.6º | 0.8% | 0.74% | - |
| XYZ | 10.6 | 5.49 | 48.08 | - |
| YUV | 55.69 | 202.67 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 188 | 0.80 | 0.79 | 0 | 0.26 | 239.6 | 0.66 | 0.44 |
| Hex | 26 | 27 | BC | 50 | 4F | 0 | 1A | F0 | 42 | 2C |
| Octal | 46 | 47 | 274 | 120 | 117 | 0 | 32 | 360 | 102 | 54 |
| Binary | 100110 | 100111 | 10111100 | 1010000 | 1001111 | 0 | 11010 | 11110000 | 1000010 | 101100 |
Color Harmonies of #2627BC
Complementary color
Monochromatic Colors of #2627BC
Black with #2627BC
Text Example
Text Example
White with #2627BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2627BC; }
p { color: rgb(38,39,188); }
H1.HeaderClassName
{
color: #2627BC;
}
.AnyTagClassName
{
color: #2627BC;
}
</style>
background-color css
<style>
a { background-color: #2627BC; }
a { background-color: rgb(38,39,188); }
div.DivClassName
{
background-color: #2627BC;
}
.BgClassName
{
background-color: #2627BC;
}
</style>
border-color css
<style>
span { border-color: #2627BC; }
span { border-color: rgb(38,39,188); }
td.TdClassName
{
border-color: #2627BC;
}
.TagClassName
{
border-color: #2627BC;
}
</style>