Shades of Persian Blue #2626BE
Tints of Persian Blue #2626BE
RGB
CMYK
RGB Variations
Color information
#2626BE (or 0x2626BE) is known color: Persian Blue. HEX triplet: 26, 26 and BE. RGB value is (38,38,190). Sum of RGB (Red+Green+Blue) = 38+38+190=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #2626BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2626BE is #D9D941. Grayscale: #363636. Windows color (decimal): -14276930 or 12461606. OLE color: 12461606.
HSL color Cylindrical-coordinate representation of color #2626BE: hue angle of 240º 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 #2626BE is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 38 | 190 | - |
| CMYK | 0.8 | 0.8 | 0 | 0.25 |
| HSL | 240º | 0.67% | 0.45% | - |
| HSV(B) | 240º | 0.8% | 0.75% | - |
| XYZ | 10.79 | 5.52 | 49.21 | - |
| YUV | 55.33 | 204 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 190 | 0.8 | 0.8 | 0 | 0.25 | 240 | 0.67 | 0.45 |
| Hex | 26 | 26 | BE | 50 | 50 | 0 | 19 | F0 | 43 | 2D |
| Octal | 46 | 46 | 276 | 120 | 120 | 0 | 31 | 360 | 103 | 55 |
| Binary | 100110 | 100110 | 10111110 | 1010000 | 1010000 | 0 | 11001 | 11110000 | 1000011 | 101101 |
Color Harmonies of #2626BE
Complementary color
Monochromatic Colors of #2626BE
Black with #2626BE
Text Example
Text Example
White with #2626BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2626BE; }
p { color: rgb(38,38,190); }
H1.HeaderClassName
{
color: #2626BE;
}
.AnyTagClassName
{
color: #2626BE;
}
</style>
background-color css
<style>
a { background-color: #2626BE; }
a { background-color: rgb(38,38,190); }
div.DivClassName
{
background-color: #2626BE;
}
.BgClassName
{
background-color: #2626BE;
}
</style>
border-color css
<style>
span { border-color: #2626BE; }
span { border-color: rgb(38,38,190); }
td.TdClassName
{
border-color: #2626BE;
}
.TagClassName
{
border-color: #2626BE;
}
</style>