Shades of Persian Blue #2241CA
Tints of Persian Blue #2241CA
RGB
CMYK
RGB Variations
Color information
#2241CA (or 0x2241CA) is known color: Persian Blue. HEX triplet: 22, 41 and CA. RGB value is (34,65,202). Sum of RGB (Red+Green+Blue) = 34+65+202=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #2241CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2241CA is #DDBE35. Grayscale: #464646. Windows color (decimal): -14532150 or 13254946. OLE color: 13254946.
HSL color Cylindrical-coordinate representation of color #2241CA: hue angle of 228.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2241CA is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 65 | 202 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.21 |
| HSL | 228.93º | 0.71% | 0.46% | - |
| HSV(B) | 228.93º | 0.83% | 0.79% | - |
| XYZ | 13.21 | 8.38 | 56.8 | - |
| YUV | 71.35 | 201.73 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 202 | 0.83 | 0.68 | 0 | 0.21 | 228.93 | 0.71 | 0.46 |
| Hex | 22 | 41 | CA | 53 | 44 | 0 | 15 | E5 | 47 | 2E |
| Octal | 42 | 101 | 312 | 123 | 104 | 0 | 25 | 345 | 107 | 56 |
| Binary | 100010 | 1000001 | 11001010 | 1010011 | 1000100 | 0 | 10101 | 11100101 | 1000111 | 101110 |
Color Harmonies of #2241CA
Complementary color
Monochromatic Colors of #2241CA
Black with #2241CA
Text Example
Text Example
White with #2241CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2241CA; }
p { color: rgb(34,65,202); }
H1.HeaderClassName
{
color: #2241CA;
}
.AnyTagClassName
{
color: #2241CA;
}
</style>
background-color css
<style>
a { background-color: #2241CA; }
a { background-color: rgb(34,65,202); }
div.DivClassName
{
background-color: #2241CA;
}
.BgClassName
{
background-color: #2241CA;
}
</style>
border-color css
<style>
span { border-color: #2241CA; }
span { border-color: rgb(34,65,202); }
td.TdClassName
{
border-color: #2241CA;
}
.TagClassName
{
border-color: #2241CA;
}
</style>