Shades of Persian Blue #2B43A5
Tints of Persian Blue #2B43A5
RGB
CMYK
RGB Variations
Color information
#2B43A5 (or 0x2B43A5) is known color: Persian Blue. HEX triplet: 2B, 43 and A5. RGB value is (43,67,165). Sum of RGB (Red+Green+Blue) = 43+67+165=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #2B43A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B43A5 is #D4BC5A. Grayscale: #464646. Windows color (decimal): -13941851 or 10830635. OLE color: 10830635.
HSL color Cylindrical-coordinate representation of color #2B43A5: hue angle of 228.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B43A5 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 67 | 165 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.35 |
| HSL | 228.2º | 0.59% | 0.41% | - |
| HSV(B) | 228.2º | 0.74% | 0.65% | - |
| XYZ | 9.79 | 7.24 | 36.48 | - |
| YUV | 71 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 165 | 0.74 | 0.59 | 0 | 0.35 | 228.2 | 0.59 | 0.41 |
| Hex | 2B | 43 | A5 | 4A | 3B | 0 | 23 | E4 | 3B | 29 |
| Octal | 53 | 103 | 245 | 112 | 73 | 0 | 43 | 344 | 73 | 51 |
| Binary | 101011 | 1000011 | 10100101 | 1001010 | 111011 | 0 | 100011 | 11100100 | 111011 | 101001 |
Color Harmonies of #2B43A5
Complementary color
Monochromatic Colors of #2B43A5
Black with #2B43A5
Text Example
Text Example
White with #2B43A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B43A5; }
p { color: rgb(43,67,165); }
H1.HeaderClassName
{
color: #2B43A5;
}
.AnyTagClassName
{
color: #2B43A5;
}
</style>
background-color css
<style>
a { background-color: #2B43A5; }
a { background-color: rgb(43,67,165); }
div.DivClassName
{
background-color: #2B43A5;
}
.BgClassName
{
background-color: #2B43A5;
}
</style>
border-color css
<style>
span { border-color: #2B43A5; }
span { border-color: rgb(43,67,165); }
td.TdClassName
{
border-color: #2B43A5;
}
.TagClassName
{
border-color: #2B43A5;
}
</style>