Shades of Persian Blue #2C3DA6
Tints of Persian Blue #2C3DA6
RGB
CMYK
RGB Variations
Color information
#2C3DA6 (or 0x2C3DA6) is known color: Persian Blue. HEX triplet: 2C, 3D and A6. RGB value is (44,61,166). Sum of RGB (Red+Green+Blue) = 44+61+166=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #2C3DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3DA6 is #D3C259. Grayscale: #434343. Windows color (decimal): -13877850 or 10894636. OLE color: 10894636.
HSL color Cylindrical-coordinate representation of color #2C3DA6: hue angle of 231.64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C3DA6 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 61 | 166 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.35 |
| HSL | 231.64º | 0.58% | 0.41% | - |
| HSV(B) | 231.64º | 0.73% | 0.65% | - |
| XYZ | 9.59 | 6.63 | 36.85 | - |
| YUV | 67.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 166 | 0.73 | 0.63 | 0 | 0.35 | 231.64 | 0.58 | 0.41 |
| Hex | 2C | 3D | A6 | 49 | 3F | 0 | 23 | E8 | 3A | 29 |
| Octal | 54 | 75 | 246 | 111 | 77 | 0 | 43 | 350 | 72 | 51 |
| Binary | 101100 | 111101 | 10100110 | 1001001 | 111111 | 0 | 100011 | 11101000 | 111010 | 101001 |
Color Harmonies of #2C3DA6
Complementary color
Monochromatic Colors of #2C3DA6
Black with #2C3DA6
Text Example
Text Example
White with #2C3DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3DA6; }
p { color: rgb(44,61,166); }
H1.HeaderClassName
{
color: #2C3DA6;
}
.AnyTagClassName
{
color: #2C3DA6;
}
</style>
background-color css
<style>
a { background-color: #2C3DA6; }
a { background-color: rgb(44,61,166); }
div.DivClassName
{
background-color: #2C3DA6;
}
.BgClassName
{
background-color: #2C3DA6;
}
</style>
border-color css
<style>
span { border-color: #2C3DA6; }
span { border-color: rgb(44,61,166); }
td.TdClassName
{
border-color: #2C3DA6;
}
.TagClassName
{
border-color: #2C3DA6;
}
</style>