Shades of Persian Blue #2624CA
Tints of Persian Blue #2624CA
RGB
CMYK
RGB Variations
Color information
#2624CA (or 0x2624CA) is known color: Persian Blue. HEX triplet: 26, 24 and CA. RGB value is (38,36,202). Sum of RGB (Red+Green+Blue) = 38+36+202=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #2624CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624CA is #D9DB35. Grayscale: #363636. Windows color (decimal): -14277430 or 13247526. OLE color: 13247526.
HSL color Cylindrical-coordinate representation of color #2624CA: hue angle of 240.72º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2624CA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 36 | 202 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.21 |
| HSL | 240.72º | 0.7% | 0.47% | - |
| HSV(B) | 240.72º | 0.82% | 0.79% | - |
| XYZ | 12.09 | 5.94 | 56.39 | - |
| YUV | 55.52 | 210.66 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 202 | 0.81 | 0.82 | 0 | 0.21 | 240.72 | 0.7 | 0.47 |
| Hex | 26 | 24 | CA | 51 | 52 | 0 | 15 | F1 | 46 | 2F |
| Octal | 46 | 44 | 312 | 121 | 122 | 0 | 25 | 361 | 106 | 57 |
| Binary | 100110 | 100100 | 11001010 | 1010001 | 1010010 | 0 | 10101 | 11110001 | 1000110 | 101111 |
Color Harmonies of #2624CA
Complementary color
Monochromatic Colors of #2624CA
Black with #2624CA
Text Example
Text Example
White with #2624CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624CA; }
p { color: rgb(38,36,202); }
H1.HeaderClassName
{
color: #2624CA;
}
.AnyTagClassName
{
color: #2624CA;
}
</style>
background-color css
<style>
a { background-color: #2624CA; }
a { background-color: rgb(38,36,202); }
div.DivClassName
{
background-color: #2624CA;
}
.BgClassName
{
background-color: #2624CA;
}
</style>
border-color css
<style>
span { border-color: #2624CA; }
span { border-color: rgb(38,36,202); }
td.TdClassName
{
border-color: #2624CA;
}
.TagClassName
{
border-color: #2624CA;
}
</style>