Shades of Persian Blue #2627CF
Tints of Persian Blue #2627CF
RGB
CMYK
RGB Variations
Color information
#2627CF (or 0x2627CF) is known color: Persian Blue. HEX triplet: 26, 27 and CF. RGB value is (38,39,207). Sum of RGB (Red+Green+Blue) = 38+39+207=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #2627CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627CF is #D9D830. Grayscale: #393939. Windows color (decimal): -14276657 or 13575974. OLE color: 13575974.
HSL color Cylindrical-coordinate representation of color #2627CF: hue angle of 239.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2627CF is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 39 | 207 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.19 |
| HSL | 239.65º | 0.69% | 0.48% | - |
| HSV(B) | 239.65º | 0.82% | 0.81% | - |
| XYZ | 12.79 | 6.37 | 59.59 | - |
| YUV | 57.85 | 212.17 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 207 | 0.82 | 0.81 | 0 | 0.19 | 239.65 | 0.69 | 0.48 |
| Hex | 26 | 27 | CF | 52 | 51 | 0 | 13 | F0 | 45 | 30 |
| Octal | 46 | 47 | 317 | 122 | 121 | 0 | 23 | 360 | 105 | 60 |
| Binary | 100110 | 100111 | 11001111 | 1010010 | 1010001 | 0 | 10011 | 11110000 | 1000101 | 110000 |
Color Harmonies of #2627CF
Complementary color
Monochromatic Colors of #2627CF
Black with #2627CF
Text Example
Text Example
White with #2627CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2627CF; }
p { color: rgb(38,39,207); }
H1.HeaderClassName
{
color: #2627CF;
}
.AnyTagClassName
{
color: #2627CF;
}
</style>
background-color css
<style>
a { background-color: #2627CF; }
a { background-color: rgb(38,39,207); }
div.DivClassName
{
background-color: #2627CF;
}
.BgClassName
{
background-color: #2627CF;
}
</style>
border-color css
<style>
span { border-color: #2627CF; }
span { border-color: rgb(38,39,207); }
td.TdClassName
{
border-color: #2627CF;
}
.TagClassName
{
border-color: #2627CF;
}
</style>