Shades of Persian Blue #2C23CA
Tints of Persian Blue #2C23CA
RGB
CMYK
RGB Variations
Color information
#2C23CA (or 0x2C23CA) is known color: Persian Blue. HEX triplet: 2C, 23 and CA. RGB value is (44,35,202). Sum of RGB (Red+Green+Blue) = 44+35+202=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 35 (14.06% from 255 or 12.46% 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 #2C23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23CA is #D3DC35. Grayscale: #383838. Windows color (decimal): -13884470 or 13247276. OLE color: 13247276.
HSL color Cylindrical-coordinate representation of color #2C23CA: hue angle of 243.23º degrees, saturation: 0.7, 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 #2C23CA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 35 | 202 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.21 |
| HSL | 243.23º | 0.7% | 0.46% | - |
| HSV(B) | 243.23º | 0.83% | 0.79% | - |
| XYZ | 12.3 | 6 | 56.39 | - |
| YUV | 56.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 202 | 0.78 | 0.83 | 0 | 0.21 | 243.23 | 0.7 | 0.46 |
| Hex | 2C | 23 | CA | 4E | 53 | 0 | 15 | F3 | 46 | 2E |
| Octal | 54 | 43 | 312 | 116 | 123 | 0 | 25 | 363 | 106 | 56 |
| Binary | 101100 | 100011 | 11001010 | 1001110 | 1010011 | 0 | 10101 | 11110011 | 1000110 | 101110 |
Color Harmonies of #2C23CA
Complementary color
Monochromatic Colors of #2C23CA
Black with #2C23CA
Text Example
Text Example
White with #2C23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C23CA; }
p { color: rgb(44,35,202); }
H1.HeaderClassName
{
color: #2C23CA;
}
.AnyTagClassName
{
color: #2C23CA;
}
</style>
background-color css
<style>
a { background-color: #2C23CA; }
a { background-color: rgb(44,35,202); }
div.DivClassName
{
background-color: #2C23CA;
}
.BgClassName
{
background-color: #2C23CA;
}
</style>
border-color css
<style>
span { border-color: #2C23CA; }
span { border-color: rgb(44,35,202); }
td.TdClassName
{
border-color: #2C23CA;
}
.TagClassName
{
border-color: #2C23CA;
}
</style>