Shades of Persian Blue #2641D0
Tints of Persian Blue #2641D0
RGB
CMYK
RGB Variations
Color information
#2641D0 (or 0x2641D0) is known color: Persian Blue. HEX triplet: 26, 41 and D0. RGB value is (38,65,208). Sum of RGB (Red+Green+Blue) = 38+65+208=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #2641D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641D0 is #D9BE2F. Grayscale: #484848. Windows color (decimal): -14270000 or 13648166. OLE color: 13648166.
HSL color Cylindrical-coordinate representation of color #2641D0: hue angle of 230.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2641D0 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 65 | 208 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.18 |
| HSL | 230.47º | 0.69% | 0.48% | - |
| HSV(B) | 230.47º | 0.82% | 0.82% | - |
| XYZ | 14.07 | 8.75 | 60.62 | - |
| YUV | 73.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 208 | 0.82 | 0.69 | 0 | 0.18 | 230.47 | 0.69 | 0.48 |
| Hex | 26 | 41 | D0 | 52 | 45 | 0 | 12 | E6 | 45 | 30 |
| Octal | 46 | 101 | 320 | 122 | 105 | 0 | 22 | 346 | 105 | 60 |
| Binary | 100110 | 1000001 | 11010000 | 1010010 | 1000101 | 0 | 10010 | 11100110 | 1000101 | 110000 |
Color Harmonies of #2641D0
Complementary color
Monochromatic Colors of #2641D0
Black with #2641D0
Text Example
Text Example
White with #2641D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641D0; }
p { color: rgb(38,65,208); }
H1.HeaderClassName
{
color: #2641D0;
}
.AnyTagClassName
{
color: #2641D0;
}
</style>
background-color css
<style>
a { background-color: #2641D0; }
a { background-color: rgb(38,65,208); }
div.DivClassName
{
background-color: #2641D0;
}
.BgClassName
{
background-color: #2641D0;
}
</style>
border-color css
<style>
span { border-color: #2641D0; }
span { border-color: rgb(38,65,208); }
td.TdClassName
{
border-color: #2641D0;
}
.TagClassName
{
border-color: #2641D0;
}
</style>