Shades of Persian Blue #2629CA
Tints of Persian Blue #2629CA
RGB
CMYK
RGB Variations
Color information
#2629CA (or 0x2629CA) is known color: Persian Blue. HEX triplet: 26, 29 and CA. RGB value is (38,41,202). Sum of RGB (Red+Green+Blue) = 38+41+202=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #2629CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629CA is #D9D635. Grayscale: #393939. Windows color (decimal): -14276150 or 13248806. OLE color: 13248806.
HSL color Cylindrical-coordinate representation of color #2629CA: hue angle of 238.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2629CA is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 41 | 202 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.21 |
| HSL | 238.9º | 0.68% | 0.47% | - |
| HSV(B) | 238.9º | 0.81% | 0.79% | - |
| XYZ | 12.25 | 6.26 | 56.44 | - |
| YUV | 58.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 202 | 0.81 | 0.80 | 0 | 0.21 | 238.9 | 0.68 | 0.47 |
| Hex | 26 | 29 | CA | 51 | 50 | 0 | 15 | EF | 44 | 2F |
| Octal | 46 | 51 | 312 | 121 | 120 | 0 | 25 | 357 | 104 | 57 |
| Binary | 100110 | 101001 | 11001010 | 1010001 | 1010000 | 0 | 10101 | 11101111 | 1000100 | 101111 |
Color Harmonies of #2629CA
Complementary color
Monochromatic Colors of #2629CA
Black with #2629CA
Text Example
Text Example
White with #2629CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629CA; }
p { color: rgb(38,41,202); }
H1.HeaderClassName
{
color: #2629CA;
}
.AnyTagClassName
{
color: #2629CA;
}
</style>
background-color css
<style>
a { background-color: #2629CA; }
a { background-color: rgb(38,41,202); }
div.DivClassName
{
background-color: #2629CA;
}
.BgClassName
{
background-color: #2629CA;
}
</style>
border-color css
<style>
span { border-color: #2629CA; }
span { border-color: rgb(38,41,202); }
td.TdClassName
{
border-color: #2629CA;
}
.TagClassName
{
border-color: #2629CA;
}
</style>