Shades of Persian Blue #2C3FAB
Tints of Persian Blue #2C3FAB
RGB
CMYK
RGB Variations
Color information
#2C3FAB (or 0x2C3FAB) is known color: Persian Blue. HEX triplet: 2C, 3F and AB. RGB value is (44,63,171). Sum of RGB (Red+Green+Blue) = 44+63+171=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3FAB is #D3C054. Grayscale: #454545. Windows color (decimal): -13877333 or 11222828. OLE color: 11222828.
HSL color Cylindrical-coordinate representation of color #2C3FAB: hue angle of 231.02º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C3FAB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 63 | 171 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.33 |
| HSL | 231.02º | 0.59% | 0.42% | - |
| HSV(B) | 231.02º | 0.74% | 0.67% | - |
| XYZ | 10.17 | 7.03 | 39.35 | - |
| YUV | 69.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 171 | 0.74 | 0.63 | 0 | 0.33 | 231.02 | 0.59 | 0.42 |
| Hex | 2C | 3F | AB | 4A | 3F | 0 | 21 | E7 | 3B | 2A |
| Octal | 54 | 77 | 253 | 112 | 77 | 0 | 41 | 347 | 73 | 52 |
| Binary | 101100 | 111111 | 10101011 | 1001010 | 111111 | 0 | 100001 | 11100111 | 111011 | 101010 |
Color Harmonies of #2C3FAB
Complementary color
Monochromatic Colors of #2C3FAB
Black with #2C3FAB
Text Example
Text Example
White with #2C3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3FAB; }
p { color: rgb(44,63,171); }
H1.HeaderClassName
{
color: #2C3FAB;
}
.AnyTagClassName
{
color: #2C3FAB;
}
</style>
background-color css
<style>
a { background-color: #2C3FAB; }
a { background-color: rgb(44,63,171); }
div.DivClassName
{
background-color: #2C3FAB;
}
.BgClassName
{
background-color: #2C3FAB;
}
</style>
border-color css
<style>
span { border-color: #2C3FAB; }
span { border-color: rgb(44,63,171); }
td.TdClassName
{
border-color: #2C3FAB;
}
.TagClassName
{
border-color: #2C3FAB;
}
</style>