Shades of Persian Blue #2D3AAC
Tints of Persian Blue #2D3AAC
RGB
CMYK
RGB Variations
Color information
#2D3AAC (or 0x2D3AAC) is known color: Persian Blue. HEX triplet: 2D, 3A and AC. RGB value is (45,58,172). Sum of RGB (Red+Green+Blue) = 45+58+172=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3AAC is #D2C553. Grayscale: #424242. Windows color (decimal): -13813076 or 11287085. OLE color: 11287085.
HSL color Cylindrical-coordinate representation of color #2D3AAC: hue angle of 233.86º 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 #2D3AAC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 58 | 172 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.33 |
| HSL | 233.86º | 0.59% | 0.43% | - |
| HSV(B) | 233.86º | 0.74% | 0.67% | - |
| XYZ | 10.04 | 6.56 | 39.77 | - |
| YUV | 67.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 172 | 0.74 | 0.66 | 0 | 0.33 | 233.86 | 0.59 | 0.43 |
| Hex | 2D | 3A | AC | 4A | 42 | 0 | 21 | EA | 3B | 2B |
| Octal | 55 | 72 | 254 | 112 | 102 | 0 | 41 | 352 | 73 | 53 |
| Binary | 101101 | 111010 | 10101100 | 1001010 | 1000010 | 0 | 100001 | 11101010 | 111011 | 101011 |
Color Harmonies of #2D3AAC
Complementary color
Monochromatic Colors of #2D3AAC
Black with #2D3AAC
Text Example
Text Example
White with #2D3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3AAC; }
p { color: rgb(45,58,172); }
H1.HeaderClassName
{
color: #2D3AAC;
}
.AnyTagClassName
{
color: #2D3AAC;
}
</style>
background-color css
<style>
a { background-color: #2D3AAC; }
a { background-color: rgb(45,58,172); }
div.DivClassName
{
background-color: #2D3AAC;
}
.BgClassName
{
background-color: #2D3AAC;
}
</style>
border-color css
<style>
span { border-color: #2D3AAC; }
span { border-color: rgb(45,58,172); }
td.TdClassName
{
border-color: #2D3AAC;
}
.TagClassName
{
border-color: #2D3AAC;
}
</style>