Shades of Persian Blue #2C31CB
Tints of Persian Blue #2C31CB
RGB
CMYK
RGB Variations
Color information
#2C31CB (or 0x2C31CB) is known color: Persian Blue. HEX triplet: 2C, 31 and CB. RGB value is (44,49,203). Sum of RGB (Red+Green+Blue) = 44+49+203=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C31CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C31CB is #D3CE34. Grayscale: #404040. Windows color (decimal): -13880885 or 13316396. OLE color: 13316396.
HSL color Cylindrical-coordinate representation of color #2C31CB: hue angle of 238.11º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C31CB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 49 | 203 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.20 |
| HSL | 238.11º | 0.64% | 0.48% | - |
| HSV(B) | 238.11º | 0.78% | 0.8% | - |
| XYZ | 12.92 | 7.04 | 57.18 | - |
| YUV | 65.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 203 | 0.78 | 0.76 | 0 | 0.20 | 238.11 | 0.64 | 0.48 |
| Hex | 2C | 31 | CB | 4E | 4C | 0 | 14 | EE | 40 | 30 |
| Octal | 54 | 61 | 313 | 116 | 114 | 0 | 24 | 356 | 100 | 60 |
| Binary | 101100 | 110001 | 11001011 | 1001110 | 1001100 | 0 | 10100 | 11101110 | 1000000 | 110000 |
Color Harmonies of #2C31CB
Complementary color
Monochromatic Colors of #2C31CB
Black with #2C31CB
Text Example
Text Example
White with #2C31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C31CB; }
p { color: rgb(44,49,203); }
H1.HeaderClassName
{
color: #2C31CB;
}
.AnyTagClassName
{
color: #2C31CB;
}
</style>
background-color css
<style>
a { background-color: #2C31CB; }
a { background-color: rgb(44,49,203); }
div.DivClassName
{
background-color: #2C31CB;
}
.BgClassName
{
background-color: #2C31CB;
}
</style>
border-color css
<style>
span { border-color: #2C31CB; }
span { border-color: rgb(44,49,203); }
td.TdClassName
{
border-color: #2C31CB;
}
.TagClassName
{
border-color: #2C31CB;
}
</style>