#2143AA

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

Shades of Persian Blue #2143AA

Tints of Persian Blue #2143AA

Color information

#2143AA (or 0x2143AA) is unknown color: approx Persian Blue. HEX triplet: 21, 43 and AA. RGB value is (33,67,170). Sum of RGB (Red+Green+Blue) = 33+67+170=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #2143AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2143AA is #DEBC55. Grayscale: #444444. Windows color (decimal): -14597206 or 11158305. OLE color: 11158305.

HSL color Cylindrical-coordinate representation of color #2143AA: hue angle of 225.11º degrees, saturation: 0.67, 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 #2143AA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3367170-
CMYK0.810.6100.33
HSL225.11º67.49%39.8%-
HSV(B)225.11º80.59%66.67%-
XYZ9.897.2438.91-
YUV68.58185.24102.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=12.22%
G=24.81%
B=62.96%

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
Decimal33671700.810.6100.33225.1167.4939.8
Hex2143AA513D021e14328
Octal411032521217504134110350
Binary10000110000111010101010100011111010100001111000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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