#2741AA

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

Shades of Persian Blue #2741AA

Tints of Persian Blue #2741AA

Color information

#2741AA (or 0x2741AA) is unknown color: approx Persian Blue. HEX triplet: 27, 41 and AA. RGB value is (39,65,170). Sum of RGB (Red+Green+Blue) = 39+65+170=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #2741AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2741AA is #D8BE55. Grayscale: #444444. Windows color (decimal): -14204502 or 11157799. OLE color: 11157799.

HSL color Cylindrical-coordinate representation of color #2741AA: hue angle of 228.09º 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 #2741AA is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3965170-
CMYK0.770.6200.33
HSL228.09º62.68%40.98%-
HSV(B)228.09º77.06%66.67%-
XYZ9.987.1138.88-
YUV69.2184.89106.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=14.23%
G=23.72%
B=62.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39651700.770.6200.33228.0962.6840.98
Hex2741AA4D3E021e43f29
Octal47101252115760413447751
Binary1001111000001101010101001101111110010000111100100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2741AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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