#2940AA

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

Shades of Persian Blue #2940AA

Tints of Persian Blue #2940AA

Color information

#2940AA (or 0x2940AA) is unknown color: approx Persian Blue. HEX triplet: 29, 40 and AA. RGB value is (41,64,170). Sum of RGB (Red+Green+Blue) = 41+64+170=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #2940AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940AA is #D6BF55. Grayscale: #444444. Windows color (decimal): -14073686 or 11157545. OLE color: 11157545.

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

Color convert

RGB4164170-
CMYK0.760.6200.33
HSL229.3º61.14%41.37%-
HSV(B)229.3º75.88%66.67%-
XYZ107.0438.86-
YUV69.21184.88107.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 170 (66.80% from 255) = 61.82%
R=14.91%
G=23.27%
B=61.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41641700.760.6200.33229.361.1441.37
Hex2940AA4C3E021e53d29
Octal51100252114760413457551
Binary1010011000000101010101001100111110010000111100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2940AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,64,170); }

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

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

 a { background-color: rgb(41,64,170); }

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

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

 span { border-color: rgb(41,64,170); }

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