Shades of Persian Blue #2A3FDC
Tints of Persian Blue #2A3FDC
RGB
CMYK
RGB Variations
Color information
#2A3FDC (or 0x2A3FDC) is known color: Persian Blue. HEX triplet: 2A, 3F and DC. RGB value is (42,63,220). Sum of RGB (Red+Green+Blue) = 42+63+220=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A3FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3FDC is #D5C023. Grayscale: #494949. Windows color (decimal): -14008356 or 14434090. OLE color: 14434090.
HSL color Cylindrical-coordinate representation of color #2A3FDC: hue angle of 232.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3FDC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 63 | 220 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.14 |
| HSL | 232.92º | 0.72% | 0.51% | - |
| HSV(B) | 232.92º | 0.81% | 0.86% | - |
| XYZ | 15.65 | 9.21 | 68.66 | - |
| YUV | 74.62 | 210.04 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 220 | 0.81 | 0.71 | 0 | 0.14 | 232.92 | 0.72 | 0.51 |
| Hex | 2A | 3F | DC | 51 | 47 | 0 | E | E9 | 48 | 33 |
| Octal | 52 | 77 | 334 | 121 | 107 | 0 | 16 | 351 | 110 | 63 |
| Binary | 101010 | 111111 | 11011100 | 1010001 | 1000111 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #2A3FDC
Complementary color
Monochromatic Colors of #2A3FDC
Black with #2A3FDC
Text Example
Text Example
White with #2A3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3FDC; }
p { color: rgb(42,63,220); }
H1.HeaderClassName
{
color: #2A3FDC;
}
.AnyTagClassName
{
color: #2A3FDC;
}
</style>
background-color css
<style>
a { background-color: #2A3FDC; }
a { background-color: rgb(42,63,220); }
div.DivClassName
{
background-color: #2A3FDC;
}
.BgClassName
{
background-color: #2A3FDC;
}
</style>
border-color css
<style>
span { border-color: #2A3FDC; }
span { border-color: rgb(42,63,220); }
td.TdClassName
{
border-color: #2A3FDC;
}
.TagClassName
{
border-color: #2A3FDC;
}
</style>