Shades of Persian Blue #2B32B5
Tints of Persian Blue #2B32B5
RGB
CMYK
RGB Variations
Color information
#2B32B5 (or 0x2B32B5) is known color: Persian Blue. HEX triplet: 2B, 32 and B5. RGB value is (43,50,181). Sum of RGB (Red+Green+Blue) = 43+50+181=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B32B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B32B5 is #D4CD4A. Grayscale: #3E3E3E. Windows color (decimal): -13946187 or 11874859. OLE color: 11874859.
HSL color Cylindrical-coordinate representation of color #2B32B5: hue angle of 236.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B32B5 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 43 | 50 | 181 | - |
CMYK | 0.76 | 0.72 | 0 | 0.29 |
HSL | 236.96º | 0.62% | 0.44% | - |
HSV(B) | 236.96º | 0.76% | 0.71% | - |
XYZ | 10.48 | 6.13 | 44.35 | - |
YUV | 62.84 | 194.68 | 113.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 50 | 181 | 0.76 | 0.72 | 0 | 0.29 | 236.96 | 0.62 | 0.44 |
Hex | 2B | 32 | B5 | 4C | 48 | 0 | 1D | ED | 3E | 2C |
Octal | 53 | 62 | 265 | 114 | 110 | 0 | 35 | 355 | 76 | 54 |
Binary | 101011 | 110010 | 10110101 | 1001100 | 1001000 | 0 | 11101 | 11101101 | 111110 | 101100 |
Color Harmonies of #2B32B5
Complementary color
Monochromatic Colors of #2B32B5
Black with #2B32B5
Text Example
Text Example
White with #2B32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B32B5; }
p { color: rgb(43,50,181); }
H1.HeaderClassName
{
color: #2B32B5;
}
.AnyTagClassName
{
color: #2B32B5;
}
</style>
background-color css
<style>
a { background-color: #2B32B5; }
a { background-color: rgb(43,50,181); }
div.DivClassName
{
background-color: #2B32B5;
}
.BgClassName
{
background-color: #2B32B5;
}
</style>
border-color css
<style>
span { border-color: #2B32B5; }
span { border-color: rgb(43,50,181); }
td.TdClassName
{
border-color: #2B32B5;
}
.TagClassName
{
border-color: #2B32B5;
}
</style>