#2B21BA

Color #2B21BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2B21BA

Tints of Persian Blue #2B21BA

Color information

#2B21BA (or 0x2B21BA) is unknown color: approx Persian Blue. HEX triplet: 2B, 21 and BA. RGB value is (43,33,186). Sum of RGB (Red+Green+Blue) = 43+33+186=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B21BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21BA is #D4DE45. Grayscale: #343434. Windows color (decimal): -13950534 or 12198187. OLE color: 12198187.

HSL color Cylindrical-coordinate representation of color #2B21BA: hue angle of 243.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B21BA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4333186-
CMYK0.770.8200.27
HSL243.92º69.86%42.94%-
HSV(B)243.92º82.26%72.94%-
XYZ10.45.1546.9-
YUV53.43202.81120.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 33 (13.28% from 255) = 12.60%
BLUE value IS 186 (73.05% from 255) = 70.99%
R=16.41%
G=12.60%
B=70.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43331860.770.8200.27243.9269.8642.94
Hex2B21BA4D5201Bf4462b
Octal534127211512203336410653
Binary1010111000011011101010011011010010011011111101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B21BA; }

 p { color: rgb(43,33,186); }

 H1.HeaderClassName
 {
   color: #2B21BA;
 }
 .AnyTagClassName
 {
   color: #2B21BA;
 }
</style>
background-color css

<style>
 a { background-color: #2B21BA; }

 a { background-color: rgb(43,33,186); }

 div.DivClassName
 {
   background-color: #2B21BA;
 }
 .BgClassName
 {
   background-color: #2B21BA;
 }
</style>
border-color css

<style>
 span { border-color: #2B21BA; }

 span { border-color: rgb(43,33,186); }

 td.TdClassName
 {
   border-color: #2B21BA;
 }
 .TagClassName
 {
   border-color: #2B21BA;
 }
</style>