Shades of Persian Blue #2641DF
Tints of Persian Blue #2641DF
RGB
CMYK
RGB Variations
Color information
#2641DF (or 0x2641DF) is known color: Persian Blue. HEX triplet: 26, 41 and DF. RGB value is (38,65,223). Sum of RGB (Red+Green+Blue) = 38+65+223=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #2641DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641DF is #D9BE20. Grayscale: #4A4A4A. Windows color (decimal): -14269985 or 14631206. OLE color: 14631206.
HSL color Cylindrical-coordinate representation of color #2641DF: hue angle of 231.24º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2641DF is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 65 | 223 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.13 |
| HSL | 231.24º | 0.74% | 0.51% | - |
| HSV(B) | 231.24º | 0.83% | 0.87% | - |
| XYZ | 16.01 | 9.52 | 70.81 | - |
| YUV | 74.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 223 | 0.83 | 0.71 | 0 | 0.13 | 231.24 | 0.74 | 0.51 |
| Hex | 26 | 41 | DF | 53 | 47 | 0 | D | E7 | 4A | 33 |
| Octal | 46 | 101 | 337 | 123 | 107 | 0 | 15 | 347 | 112 | 63 |
| Binary | 100110 | 1000001 | 11011111 | 1010011 | 1000111 | 0 | 1101 | 11100111 | 1001010 | 110011 |
Color Harmonies of #2641DF
Complementary color
Monochromatic Colors of #2641DF
Black with #2641DF
Text Example
Text Example
White with #2641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641DF; }
p { color: rgb(38,65,223); }
H1.HeaderClassName
{
color: #2641DF;
}
.AnyTagClassName
{
color: #2641DF;
}
</style>
background-color css
<style>
a { background-color: #2641DF; }
a { background-color: rgb(38,65,223); }
div.DivClassName
{
background-color: #2641DF;
}
.BgClassName
{
background-color: #2641DF;
}
</style>
border-color css
<style>
span { border-color: #2641DF; }
span { border-color: rgb(38,65,223); }
td.TdClassName
{
border-color: #2641DF;
}
.TagClassName
{
border-color: #2641DF;
}
</style>