Shades of Persian Blue #2641AA
Tints of Persian Blue #2641AA
RGB
CMYK
RGB Variations
Color information
#2641AA (or 0x2641AA) is known color: Persian Blue. HEX triplet: 26, 41 and AA. RGB value is (38,65,170). Sum of RGB (Red+Green+Blue) = 38+65+170=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #2641AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2641AA is #D9BE55. Grayscale: #444444. Windows color (decimal): -14270038 or 11157798. OLE color: 11157798.
HSL color Cylindrical-coordinate representation of color #2641AA: hue angle of 227.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2641AA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 65 | 170 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.33 |
| HSL | 227.73º | 0.63% | 0.41% | - |
| HSV(B) | 227.73º | 0.78% | 0.67% | - |
| XYZ | 9.95 | 7.09 | 38.88 | - |
| YUV | 68.9 | 185.05 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 170 | 0.78 | 0.62 | 0 | 0.33 | 227.73 | 0.63 | 0.41 |
| Hex | 26 | 41 | AA | 4E | 3E | 0 | 21 | E4 | 3F | 29 |
| Octal | 46 | 101 | 252 | 116 | 76 | 0 | 41 | 344 | 77 | 51 |
| Binary | 100110 | 1000001 | 10101010 | 1001110 | 111110 | 0 | 100001 | 11100100 | 111111 | 101001 |
Color Harmonies of #2641AA
Complementary color
Monochromatic Colors of #2641AA
Black with #2641AA
Text Example
Text Example
White with #2641AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641AA; }
p { color: rgb(38,65,170); }
H1.HeaderClassName
{
color: #2641AA;
}
.AnyTagClassName
{
color: #2641AA;
}
</style>
background-color css
<style>
a { background-color: #2641AA; }
a { background-color: rgb(38,65,170); }
div.DivClassName
{
background-color: #2641AA;
}
.BgClassName
{
background-color: #2641AA;
}
</style>
border-color css
<style>
span { border-color: #2641AA; }
span { border-color: rgb(38,65,170); }
td.TdClassName
{
border-color: #2641AA;
}
.TagClassName
{
border-color: #2641AA;
}
</style>