Shades of Persian Blue #2629CE
Tints of Persian Blue #2629CE
RGB
CMYK
RGB Variations
Color information
#2629CE (or 0x2629CE) is known color: Persian Blue. HEX triplet: 26, 29 and CE. RGB value is (38,41,206). Sum of RGB (Red+Green+Blue) = 38+41+206=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #2629CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629CE is #D9D631. Grayscale: #3A3A3A. Windows color (decimal): -14276146 or 13510950. OLE color: 13510950.
HSL color Cylindrical-coordinate representation of color #2629CE: hue angle of 238.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2629CE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 41 | 206 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.19 |
| HSL | 238.93º | 0.69% | 0.48% | - |
| HSV(B) | 238.93º | 0.82% | 0.81% | - |
| XYZ | 12.73 | 6.45 | 58.97 | - |
| YUV | 58.91 | 211.01 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 206 | 0.82 | 0.80 | 0 | 0.19 | 238.93 | 0.69 | 0.48 |
| Hex | 26 | 29 | CE | 52 | 50 | 0 | 13 | EF | 45 | 30 |
| Octal | 46 | 51 | 316 | 122 | 120 | 0 | 23 | 357 | 105 | 60 |
| Binary | 100110 | 101001 | 11001110 | 1010010 | 1010000 | 0 | 10011 | 11101111 | 1000101 | 110000 |
Color Harmonies of #2629CE
Complementary color
Monochromatic Colors of #2629CE
Black with #2629CE
Text Example
Text Example
White with #2629CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629CE; }
p { color: rgb(38,41,206); }
H1.HeaderClassName
{
color: #2629CE;
}
.AnyTagClassName
{
color: #2629CE;
}
</style>
background-color css
<style>
a { background-color: #2629CE; }
a { background-color: rgb(38,41,206); }
div.DivClassName
{
background-color: #2629CE;
}
.BgClassName
{
background-color: #2629CE;
}
</style>
border-color css
<style>
span { border-color: #2629CE; }
span { border-color: rgb(38,41,206); }
td.TdClassName
{
border-color: #2629CE;
}
.TagClassName
{
border-color: #2629CE;
}
</style>