Shades of Persian Blue #2A3DDD
Tints of Persian Blue #2A3DDD
RGB
CMYK
RGB Variations
Color information
#2A3DDD (or 0x2A3DDD) is known color: Persian Blue. HEX triplet: 2A, 3D and DD. RGB value is (42,61,221). Sum of RGB (Red+Green+Blue) = 42+61+221=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A3DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DDD is #D5C222. Grayscale: #484848. Windows color (decimal): -14008867 or 14499114. OLE color: 14499114.
HSL color Cylindrical-coordinate representation of color #2A3DDD: hue angle of 233.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3DDD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 61 | 221 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.13 |
| HSL | 233.63º | 0.72% | 0.52% | - |
| HSV(B) | 233.63º | 0.81% | 0.87% | - |
| XYZ | 15.67 | 9.05 | 69.33 | - |
| YUV | 73.56 | 211.21 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 221 | 0.81 | 0.72 | 0 | 0.13 | 233.63 | 0.72 | 0.52 |
| Hex | 2A | 3D | DD | 51 | 48 | 0 | D | EA | 48 | 34 |
| Octal | 52 | 75 | 335 | 121 | 110 | 0 | 15 | 352 | 110 | 64 |
| Binary | 101010 | 111101 | 11011101 | 1010001 | 1001000 | 0 | 1101 | 11101010 | 1001000 | 110100 |
Color Harmonies of #2A3DDD
Complementary color
Monochromatic Colors of #2A3DDD
Black with #2A3DDD
Text Example
Text Example
White with #2A3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DDD; }
p { color: rgb(42,61,221); }
H1.HeaderClassName
{
color: #2A3DDD;
}
.AnyTagClassName
{
color: #2A3DDD;
}
</style>
background-color css
<style>
a { background-color: #2A3DDD; }
a { background-color: rgb(42,61,221); }
div.DivClassName
{
background-color: #2A3DDD;
}
.BgClassName
{
background-color: #2A3DDD;
}
</style>
border-color css
<style>
span { border-color: #2A3DDD; }
span { border-color: rgb(42,61,221); }
td.TdClassName
{
border-color: #2A3DDD;
}
.TagClassName
{
border-color: #2A3DDD;
}
</style>