Shades of Persian Blue #2A3FDA
Tints of Persian Blue #2A3FDA
RGB
CMYK
RGB Variations
Color information
#2A3FDA (or 0x2A3FDA) is known color: Persian Blue. HEX triplet: 2A, 3F and DA. RGB value is (42,63,218). Sum of RGB (Red+Green+Blue) = 42+63+218=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A3FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3FDA is #D5C025. Grayscale: #494949. Windows color (decimal): -14008358 or 14303018. OLE color: 14303018.
HSL color Cylindrical-coordinate representation of color #2A3FDA: hue angle of 232.84º 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 #2A3FDA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 63 | 218 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.15 |
| HSL | 232.84º | 0.7% | 0.51% | - |
| HSV(B) | 232.84º | 0.81% | 0.85% | - |
| XYZ | 15.39 | 9.11 | 67.28 | - |
| YUV | 74.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 218 | 0.81 | 0.71 | 0 | 0.15 | 232.84 | 0.7 | 0.51 |
| Hex | 2A | 3F | DA | 51 | 47 | 0 | F | E9 | 46 | 33 |
| Octal | 52 | 77 | 332 | 121 | 107 | 0 | 17 | 351 | 106 | 63 |
| Binary | 101010 | 111111 | 11011010 | 1010001 | 1000111 | 0 | 1111 | 11101001 | 1000110 | 110011 |
Color Harmonies of #2A3FDA
Complementary color
Monochromatic Colors of #2A3FDA
Black with #2A3FDA
Text Example
Text Example
White with #2A3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3FDA; }
p { color: rgb(42,63,218); }
H1.HeaderClassName
{
color: #2A3FDA;
}
.AnyTagClassName
{
color: #2A3FDA;
}
</style>
background-color css
<style>
a { background-color: #2A3FDA; }
a { background-color: rgb(42,63,218); }
div.DivClassName
{
background-color: #2A3FDA;
}
.BgClassName
{
background-color: #2A3FDA;
}
</style>
border-color css
<style>
span { border-color: #2A3FDA; }
span { border-color: rgb(42,63,218); }
td.TdClassName
{
border-color: #2A3FDA;
}
.TagClassName
{
border-color: #2A3FDA;
}
</style>