Shades of Persian Blue #2A3DDA
Tints of Persian Blue #2A3DDA
RGB
CMYK
RGB Variations
Color information
#2A3DDA (or 0x2A3DDA) is known color: Persian Blue. HEX triplet: 2A, 3D and DA. RGB value is (42,61,218). Sum of RGB (Red+Green+Blue) = 42+61+218=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A3DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DDA is #D5C225. Grayscale: #484848. Windows color (decimal): -14008870 or 14302506. OLE color: 14302506.
HSL color Cylindrical-coordinate representation of color #2A3DDA: hue angle of 233.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3DDA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 61 | 218 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.15 |
| HSL | 233.52º | 0.7% | 0.51% | - |
| HSV(B) | 233.52º | 0.81% | 0.85% | - |
| XYZ | 15.28 | 8.89 | 67.24 | - |
| YUV | 73.22 | 209.71 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 218 | 0.81 | 0.72 | 0 | 0.15 | 233.52 | 0.7 | 0.51 |
| Hex | 2A | 3D | DA | 51 | 48 | 0 | F | EA | 46 | 33 |
| Octal | 52 | 75 | 332 | 121 | 110 | 0 | 17 | 352 | 106 | 63 |
| Binary | 101010 | 111101 | 11011010 | 1010001 | 1001000 | 0 | 1111 | 11101010 | 1000110 | 110011 |
Color Harmonies of #2A3DDA
Complementary color
Monochromatic Colors of #2A3DDA
Black with #2A3DDA
Text Example
Text Example
White with #2A3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DDA; }
p { color: rgb(42,61,218); }
H1.HeaderClassName
{
color: #2A3DDA;
}
.AnyTagClassName
{
color: #2A3DDA;
}
</style>
background-color css
<style>
a { background-color: #2A3DDA; }
a { background-color: rgb(42,61,218); }
div.DivClassName
{
background-color: #2A3DDA;
}
.BgClassName
{
background-color: #2A3DDA;
}
</style>
border-color css
<style>
span { border-color: #2A3DDA; }
span { border-color: rgb(42,61,218); }
td.TdClassName
{
border-color: #2A3DDA;
}
.TagClassName
{
border-color: #2A3DDA;
}
</style>