Shades of Persian Blue #2A3DA6
Tints of Persian Blue #2A3DA6
RGB
CMYK
RGB Variations
Color information
#2A3DA6 (or 0x2A3DA6) is known color: Persian Blue. HEX triplet: 2A, 3D and A6. RGB value is (42,61,166). Sum of RGB (Red+Green+Blue) = 42+61+166=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #2A3DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3DA6 is #D5C259. Grayscale: #424242. Windows color (decimal): -14008922 or 10894634. OLE color: 10894634.
HSL color Cylindrical-coordinate representation of color #2A3DA6: hue angle of 230.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3DA6 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 61 | 166 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.35 |
| HSL | 230.81º | 0.6% | 0.41% | - |
| HSV(B) | 230.81º | 0.75% | 0.65% | - |
| XYZ | 9.51 | 6.58 | 36.85 | - |
| YUV | 67.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 166 | 0.75 | 0.63 | 0 | 0.35 | 230.81 | 0.6 | 0.41 |
| Hex | 2A | 3D | A6 | 4B | 3F | 0 | 23 | E7 | 3C | 29 |
| Octal | 52 | 75 | 246 | 113 | 77 | 0 | 43 | 347 | 74 | 51 |
| Binary | 101010 | 111101 | 10100110 | 1001011 | 111111 | 0 | 100011 | 11100111 | 111100 | 101001 |
Color Harmonies of #2A3DA6
Complementary color
Monochromatic Colors of #2A3DA6
Black with #2A3DA6
Text Example
Text Example
White with #2A3DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DA6; }
p { color: rgb(42,61,166); }
H1.HeaderClassName
{
color: #2A3DA6;
}
.AnyTagClassName
{
color: #2A3DA6;
}
</style>
background-color css
<style>
a { background-color: #2A3DA6; }
a { background-color: rgb(42,61,166); }
div.DivClassName
{
background-color: #2A3DA6;
}
.BgClassName
{
background-color: #2A3DA6;
}
</style>
border-color css
<style>
span { border-color: #2A3DA6; }
span { border-color: rgb(42,61,166); }
td.TdClassName
{
border-color: #2A3DA6;
}
.TagClassName
{
border-color: #2A3DA6;
}
</style>