Shades of Persian Blue #2A3DDF
Tints of Persian Blue #2A3DDF
RGB
CMYK
RGB Variations
Color information
#2A3DDF (or 0x2A3DDF) is known color: Persian Blue. HEX triplet: 2A, 3D and DF. RGB value is (42,61,223). Sum of RGB (Red+Green+Blue) = 42+61+223=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A3DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DDF is #D5C220. Grayscale: #494949. Windows color (decimal): -14008865 or 14630186. OLE color: 14630186.
HSL color Cylindrical-coordinate representation of color #2A3DDF: hue angle of 233.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3DDF is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 61 | 223 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.13 |
| HSL | 233.7º | 0.74% | 0.52% | - |
| HSV(B) | 233.7º | 0.81% | 0.87% | - |
| XYZ | 15.94 | 9.16 | 70.74 | - |
| YUV | 73.79 | 212.21 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 223 | 0.81 | 0.73 | 0 | 0.13 | 233.7 | 0.74 | 0.52 |
| Hex | 2A | 3D | DF | 51 | 49 | 0 | D | EA | 4A | 34 |
| Octal | 52 | 75 | 337 | 121 | 111 | 0 | 15 | 352 | 112 | 64 |
| Binary | 101010 | 111101 | 11011111 | 1010001 | 1001001 | 0 | 1101 | 11101010 | 1001010 | 110100 |
Color Harmonies of #2A3DDF
Complementary color
Monochromatic Colors of #2A3DDF
Black with #2A3DDF
Text Example
Text Example
White with #2A3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DDF; }
p { color: rgb(42,61,223); }
H1.HeaderClassName
{
color: #2A3DDF;
}
.AnyTagClassName
{
color: #2A3DDF;
}
</style>
background-color css
<style>
a { background-color: #2A3DDF; }
a { background-color: rgb(42,61,223); }
div.DivClassName
{
background-color: #2A3DDF;
}
.BgClassName
{
background-color: #2A3DDF;
}
</style>
border-color css
<style>
span { border-color: #2A3DDF; }
span { border-color: rgb(42,61,223); }
td.TdClassName
{
border-color: #2A3DDF;
}
.TagClassName
{
border-color: #2A3DDF;
}
</style>