Shades of Persian Blue #2A33DA
Tints of Persian Blue #2A33DA
RGB
CMYK
RGB Variations
Color information
#2A33DA (or 0x2A33DA) is known color: Persian Blue. HEX triplet: 2A, 33 and DA. RGB value is (42,51,218). Sum of RGB (Red+Green+Blue) = 42+51+218=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A33DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A33DA is #D5CC25. Grayscale: #424242. Windows color (decimal): -14011430 or 14299946. OLE color: 14299946.
HSL color Cylindrical-coordinate representation of color #2A33DA: hue angle of 236.93º 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 #2A33DA is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 51 | 218 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.15 |
| HSL | 236.93º | 0.7% | 0.51% | - |
| HSV(B) | 236.93º | 0.81% | 0.85% | - |
| XYZ | 14.79 | 7.92 | 67.08 | - |
| YUV | 67.35 | 213.02 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 218 | 0.81 | 0.77 | 0 | 0.15 | 236.93 | 0.7 | 0.51 |
| Hex | 2A | 33 | DA | 51 | 4D | 0 | F | ED | 46 | 33 |
| Octal | 52 | 63 | 332 | 121 | 115 | 0 | 17 | 355 | 106 | 63 |
| Binary | 101010 | 110011 | 11011010 | 1010001 | 1001101 | 0 | 1111 | 11101101 | 1000110 | 110011 |
Color Harmonies of #2A33DA
Complementary color
Monochromatic Colors of #2A33DA
Black with #2A33DA
Text Example
Text Example
White with #2A33DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A33DA; }
p { color: rgb(42,51,218); }
H1.HeaderClassName
{
color: #2A33DA;
}
.AnyTagClassName
{
color: #2A33DA;
}
</style>
background-color css
<style>
a { background-color: #2A33DA; }
a { background-color: rgb(42,51,218); }
div.DivClassName
{
background-color: #2A33DA;
}
.BgClassName
{
background-color: #2A33DA;
}
</style>
border-color css
<style>
span { border-color: #2A33DA; }
span { border-color: rgb(42,51,218); }
td.TdClassName
{
border-color: #2A33DA;
}
.TagClassName
{
border-color: #2A33DA;
}
</style>