Shades of Persian Blue #2639CD
Tints of Persian Blue #2639CD
RGB
CMYK
RGB Variations
Color information
#2639CD (or 0x2639CD) is known color: Persian Blue. HEX triplet: 26, 39 and CD. RGB value is (38,57,205). Sum of RGB (Red+Green+Blue) = 38+57+205=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #2639CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639CD is #D9C632. Grayscale: #434343. Windows color (decimal): -14272051 or 13449510. OLE color: 13449510.
HSL color Cylindrical-coordinate representation of color #2639CD: hue angle of 233.17º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2639CD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 57 | 205 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.20 |
| HSL | 233.17º | 0.69% | 0.48% | - |
| HSV(B) | 233.17º | 0.81% | 0.8% | - |
| XYZ | 13.28 | 7.75 | 58.55 | - |
| YUV | 68.19 | 205.21 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 205 | 0.81 | 0.72 | 0 | 0.20 | 233.17 | 0.69 | 0.48 |
| Hex | 26 | 39 | CD | 51 | 48 | 0 | 14 | E9 | 45 | 30 |
| Octal | 46 | 71 | 315 | 121 | 110 | 0 | 24 | 351 | 105 | 60 |
| Binary | 100110 | 111001 | 11001101 | 1010001 | 1001000 | 0 | 10100 | 11101001 | 1000101 | 110000 |
Color Harmonies of #2639CD
Complementary color
Monochromatic Colors of #2639CD
Black with #2639CD
Text Example
Text Example
White with #2639CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639CD; }
p { color: rgb(38,57,205); }
H1.HeaderClassName
{
color: #2639CD;
}
.AnyTagClassName
{
color: #2639CD;
}
</style>
background-color css
<style>
a { background-color: #2639CD; }
a { background-color: rgb(38,57,205); }
div.DivClassName
{
background-color: #2639CD;
}
.BgClassName
{
background-color: #2639CD;
}
</style>
border-color css
<style>
span { border-color: #2639CD; }
span { border-color: rgb(38,57,205); }
td.TdClassName
{
border-color: #2639CD;
}
.TagClassName
{
border-color: #2639CD;
}
</style>