Shades of Persian Blue #2C3ACF
Tints of Persian Blue #2C3ACF
RGB
CMYK
RGB Variations
Color information
#2C3ACF (or 0x2C3ACF) is known color: Persian Blue. HEX triplet: 2C, 3A and CF. RGB value is (44,58,207). Sum of RGB (Red+Green+Blue) = 44+58+207=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3ACF is #D3C530. Grayscale: #464646. Windows color (decimal): -13878577 or 13580844. OLE color: 13580844.
HSL color Cylindrical-coordinate representation of color #2C3ACF: hue angle of 234.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C3ACF is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 58 | 207 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.19 |
| HSL | 234.85º | 0.65% | 0.49% | - |
| HSV(B) | 234.85º | 0.79% | 0.81% | - |
| XYZ | 13.81 | 8.07 | 59.86 | - |
| YUV | 70.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 207 | 0.79 | 0.72 | 0 | 0.19 | 234.85 | 0.65 | 0.49 |
| Hex | 2C | 3A | CF | 4F | 48 | 0 | 13 | EB | 41 | 31 |
| Octal | 54 | 72 | 317 | 117 | 110 | 0 | 23 | 353 | 101 | 61 |
| Binary | 101100 | 111010 | 11001111 | 1001111 | 1001000 | 0 | 10011 | 11101011 | 1000001 | 110001 |
Color Harmonies of #2C3ACF
Complementary color
Monochromatic Colors of #2C3ACF
Black with #2C3ACF
Text Example
Text Example
White with #2C3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3ACF; }
p { color: rgb(44,58,207); }
H1.HeaderClassName
{
color: #2C3ACF;
}
.AnyTagClassName
{
color: #2C3ACF;
}
</style>
background-color css
<style>
a { background-color: #2C3ACF; }
a { background-color: rgb(44,58,207); }
div.DivClassName
{
background-color: #2C3ACF;
}
.BgClassName
{
background-color: #2C3ACF;
}
</style>
border-color css
<style>
span { border-color: #2C3ACF; }
span { border-color: rgb(44,58,207); }
td.TdClassName
{
border-color: #2C3ACF;
}
.TagClassName
{
border-color: #2C3ACF;
}
</style>