Shades of Persian Blue #2A35DA
Tints of Persian Blue #2A35DA
RGB
CMYK
RGB Variations
Color information
#2A35DA (or 0x2A35DA) is known color: Persian Blue. HEX triplet: 2A, 35 and DA. RGB value is (42,53,218). Sum of RGB (Red+Green+Blue) = 42+53+218=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A35DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A35DA is #D5CA25. Grayscale: #434343. Windows color (decimal): -14010918 or 14300458. OLE color: 14300458.
HSL color Cylindrical-coordinate representation of color #2A35DA: hue angle of 236.25º 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 #2A35DA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 53 | 218 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.15 |
| HSL | 236.25º | 0.7% | 0.51% | - |
| HSV(B) | 236.25º | 0.81% | 0.85% | - |
| XYZ | 14.88 | 8.1 | 67.11 | - |
| YUV | 68.52 | 212.36 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 218 | 0.81 | 0.76 | 0 | 0.15 | 236.25 | 0.7 | 0.51 |
| Hex | 2A | 35 | DA | 51 | 4C | 0 | F | EC | 46 | 33 |
| Octal | 52 | 65 | 332 | 121 | 114 | 0 | 17 | 354 | 106 | 63 |
| Binary | 101010 | 110101 | 11011010 | 1010001 | 1001100 | 0 | 1111 | 11101100 | 1000110 | 110011 |
Color Harmonies of #2A35DA
Complementary color
Monochromatic Colors of #2A35DA
Black with #2A35DA
Text Example
Text Example
White with #2A35DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A35DA; }
p { color: rgb(42,53,218); }
H1.HeaderClassName
{
color: #2A35DA;
}
.AnyTagClassName
{
color: #2A35DA;
}
</style>
background-color css
<style>
a { background-color: #2A35DA; }
a { background-color: rgb(42,53,218); }
div.DivClassName
{
background-color: #2A35DA;
}
.BgClassName
{
background-color: #2A35DA;
}
</style>
border-color css
<style>
span { border-color: #2A35DA; }
span { border-color: rgb(42,53,218); }
td.TdClassName
{
border-color: #2A35DA;
}
.TagClassName
{
border-color: #2A35DA;
}
</style>