#2731AA

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

Shades of Persian Blue #2731AA

Tints of Persian Blue #2731AA

Color information

#2731AA (or 0x2731AA) is unknown color: approx Persian Blue. HEX triplet: 27, 31 and AA. RGB value is (39,49,170). Sum of RGB (Red+Green+Blue) = 39+49+170=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #2731AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2731AA is #D8CE55. Grayscale: #3B3B3B. Windows color (decimal): -14208598 or 11153703. OLE color: 11153703.

HSL color Cylindrical-coordinate representation of color #2731AA: hue angle of 235.42º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2731AA is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3949170-
CMYK0.770.7100.33
HSL235.42º62.68%40.98%-
HSV(B)235.42º77.06%66.67%-
XYZ9.195.5338.61-
YUV59.8190.19113.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=15.12%
G=18.99%
B=65.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39491700.770.7100.33235.4262.6840.98
Hex2731AA4D47021eb3f29
Octal47612521151070413537751
Binary1001111100011010101010011011000111010000111101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2731AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,49,170); }

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

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

 a { background-color: rgb(39,49,170); }

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

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

 span { border-color: rgb(39,49,170); }

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