#2143AB

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

Shades of Persian Blue #2143AB

Tints of Persian Blue #2143AB

Color information

#2143AB (or 0x2143AB) is unknown color: approx Persian Blue. HEX triplet: 21, 43 and AB. RGB value is (33,67,171). Sum of RGB (Red+Green+Blue) = 33+67+171=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2143AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2143AB is #DEBC54. Grayscale: #444444. Windows color (decimal): -14597205 or 11223841. OLE color: 11223841.

HSL color Cylindrical-coordinate representation of color #2143AB: hue angle of 225.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2143AB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3367171-
CMYK0.810.6100.33
HSL225.22º67.65%40%-
HSV(B)225.22º80.7%67.06%-
XYZ9.997.2839.41-
YUV68.69185.74102.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=12.18%
G=24.72%
B=63.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33671710.810.6100.33225.2267.6540
Hex2143AB513D021e14428
Octal411032531217504134110450
Binary10000110000111010101110100011111010100001111000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2143AB; }

 p { color: rgb(33,67,171); }

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

<style>
 a { background-color: #2143AB; }

 a { background-color: rgb(33,67,171); }

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

<style>
 span { border-color: #2143AB; }

 span { border-color: rgb(33,67,171); }

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