#2D21BA

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

Shades of Persian Blue #2D21BA

Tints of Persian Blue #2D21BA

Color information

#2D21BA (or 0x2D21BA) is unknown color: approx Persian Blue. HEX triplet: 2D, 21 and BA. RGB value is (45,33,186). Sum of RGB (Red+Green+Blue) = 45+33+186=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D21BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D21BA is #D2DE45. Grayscale: #353535. Windows color (decimal): -13819462 or 12198189. OLE color: 12198189.

HSL color Cylindrical-coordinate representation of color #2D21BA: hue angle of 244.71º 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 #2D21BA is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4533186-
CMYK0.760.8200.27
HSL244.71º69.86%42.94%-
HSV(B)244.71º82.26%72.94%-
XYZ10.495.1946.9-
YUV54.03202.48121.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=17.05%
G=12.5%
B=70.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45331860.760.8200.27244.7169.8642.94
Hex2D21BA4C5201Bf5462b
Octal554127211412203336510653
Binary1011011000011011101010011001010010011011111101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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