#2721BA

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

Shades of Persian Blue #2721BA

Tints of Persian Blue #2721BA

Color information

#2721BA (or 0x2721BA) is unknown color: approx Persian Blue. HEX triplet: 27, 21 and BA. RGB value is (39,33,186). Sum of RGB (Red+Green+Blue) = 39+33+186=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #2721BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721BA is #D8DE45. Grayscale: #333333. Windows color (decimal): -14212678 or 12198183. OLE color: 12198183.

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

Color convert

RGB3933186-
CMYK0.790.8200.27
HSL242.35º69.86%42.94%-
HSV(B)242.35º82.26%72.94%-
XYZ10.245.0646.89-
YUV52.24203.49118.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 186 (73.05% from 255) = 72.09%
R=15.12%
G=12.79%
B=72.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39331860.790.8200.27242.3569.8642.94
Hex2721BA4F5201Bf2462b
Octal474127211712203336210653
Binary1001111000011011101010011111010010011011111100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2721BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2721BA; }

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

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

<style>
 a { background-color: #2721BA; }

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

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

<style>
 span { border-color: #2721BA; }

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

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