Shades of Persian Blue #2A3ECF
Tints of Persian Blue #2A3ECF
RGB
CMYK
RGB Variations
Color information
#2A3ECF (or 0x2A3ECF) is known color: Persian Blue. HEX triplet: 2A, 3E and CF. RGB value is (42,62,207). Sum of RGB (Red+Green+Blue) = 42+62+207=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A3ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3ECF is #D5C130. Grayscale: #474747. Windows color (decimal): -14008625 or 13581866. OLE color: 13581866.
HSL color Cylindrical-coordinate representation of color #2A3ECF: hue angle of 232.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A3ECF is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 62 | 207 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.19 |
| HSL | 232.73º | 0.66% | 0.49% | - |
| HSV(B) | 232.73º | 0.8% | 0.81% | - |
| XYZ | 13.94 | 8.44 | 59.93 | - |
| YUV | 72.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 207 | 0.80 | 0.70 | 0 | 0.19 | 232.73 | 0.66 | 0.49 |
| Hex | 2A | 3E | CF | 50 | 46 | 0 | 13 | E9 | 42 | 31 |
| Octal | 52 | 76 | 317 | 120 | 106 | 0 | 23 | 351 | 102 | 61 |
| Binary | 101010 | 111110 | 11001111 | 1010000 | 1000110 | 0 | 10011 | 11101001 | 1000010 | 110001 |
Color Harmonies of #2A3ECF
Complementary color
Monochromatic Colors of #2A3ECF
Black with #2A3ECF
Text Example
Text Example
White with #2A3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3ECF; }
p { color: rgb(42,62,207); }
H1.HeaderClassName
{
color: #2A3ECF;
}
.AnyTagClassName
{
color: #2A3ECF;
}
</style>
background-color css
<style>
a { background-color: #2A3ECF; }
a { background-color: rgb(42,62,207); }
div.DivClassName
{
background-color: #2A3ECF;
}
.BgClassName
{
background-color: #2A3ECF;
}
</style>
border-color css
<style>
span { border-color: #2A3ECF; }
span { border-color: rgb(42,62,207); }
td.TdClassName
{
border-color: #2A3ECF;
}
.TagClassName
{
border-color: #2A3ECF;
}
</style>