Shades of Persian Blue #2D35AC
Tints of Persian Blue #2D35AC
RGB
CMYK
RGB Variations
Color information
#2D35AC (or 0x2D35AC) is known color: Persian Blue. HEX triplet: 2D, 35 and AC. RGB value is (45,53,172). Sum of RGB (Red+Green+Blue) = 45+53+172=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D35AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D35AC is #D2CA53. Grayscale: #3F3F3F. Windows color (decimal): -13814356 or 11285805. OLE color: 11285805.
HSL color Cylindrical-coordinate representation of color #2D35AC: hue angle of 236.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D35AC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 53 | 172 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.33 |
| HSL | 236.22º | 0.59% | 0.43% | - |
| HSV(B) | 236.22º | 0.74% | 0.67% | - |
| XYZ | 9.8 | 6.08 | 39.69 | - |
| YUV | 64.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 172 | 0.74 | 0.69 | 0 | 0.33 | 236.22 | 0.59 | 0.43 |
| Hex | 2D | 35 | AC | 4A | 45 | 0 | 21 | EC | 3B | 2B |
| Octal | 55 | 65 | 254 | 112 | 105 | 0 | 41 | 354 | 73 | 53 |
| Binary | 101101 | 110101 | 10101100 | 1001010 | 1000101 | 0 | 100001 | 11101100 | 111011 | 101011 |
Color Harmonies of #2D35AC
Complementary color
Monochromatic Colors of #2D35AC
Black with #2D35AC
Text Example
Text Example
White with #2D35AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D35AC; }
p { color: rgb(45,53,172); }
H1.HeaderClassName
{
color: #2D35AC;
}
.AnyTagClassName
{
color: #2D35AC;
}
</style>
background-color css
<style>
a { background-color: #2D35AC; }
a { background-color: rgb(45,53,172); }
div.DivClassName
{
background-color: #2D35AC;
}
.BgClassName
{
background-color: #2D35AC;
}
</style>
border-color css
<style>
span { border-color: #2D35AC; }
span { border-color: rgb(45,53,172); }
td.TdClassName
{
border-color: #2D35AC;
}
.TagClassName
{
border-color: #2D35AC;
}
</style>