Shades of Persian Blue #261ACE
Tints of Persian Blue #261ACE
RGB
CMYK
RGB Variations
Color information
#261ACE (or 0x261ACE) is known color: Persian Blue. HEX triplet: 26, 1A and CE. RGB value is (38,26,206). Sum of RGB (Red+Green+Blue) = 38+26+206=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #261ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ACE is #D9E531. Grayscale: #313131. Windows color (decimal): -14279986 or 13507110. OLE color: 13507110.
HSL color Cylindrical-coordinate representation of color #261ACE: hue angle of 244º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261ACE is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 26 | 206 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.19 |
| HSL | 244º | 0.78% | 0.45% | - |
| HSV(B) | 244º | 0.87% | 0.81% | - |
| XYZ | 12.31 | 5.61 | 58.83 | - |
| YUV | 50.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 206 | 0.82 | 0.87 | 0 | 0.19 | 244 | 0.78 | 0.45 |
| Hex | 26 | 1A | CE | 52 | 57 | 0 | 13 | F4 | 4E | 2D |
| Octal | 46 | 32 | 316 | 122 | 127 | 0 | 23 | 364 | 116 | 55 |
| Binary | 100110 | 11010 | 11001110 | 1010010 | 1010111 | 0 | 10011 | 11110100 | 1001110 | 101101 |
Color Harmonies of #261ACE
Complementary color
Monochromatic Colors of #261ACE
Black with #261ACE
Text Example
Text Example
White with #261ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261ACE; }
p { color: rgb(38,26,206); }
H1.HeaderClassName
{
color: #261ACE;
}
.AnyTagClassName
{
color: #261ACE;
}
</style>
background-color css
<style>
a { background-color: #261ACE; }
a { background-color: rgb(38,26,206); }
div.DivClassName
{
background-color: #261ACE;
}
.BgClassName
{
background-color: #261ACE;
}
</style>
border-color css
<style>
span { border-color: #261ACE; }
span { border-color: rgb(38,26,206); }
td.TdClassName
{
border-color: #261ACE;
}
.TagClassName
{
border-color: #261ACE;
}
</style>