#2940AB

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

Shades of Persian Blue #2940AB

Tints of Persian Blue #2940AB

Color information

#2940AB (or 0x2940AB) is unknown color: approx Persian Blue. HEX triplet: 29, 40 and AB. RGB value is (41,64,171). Sum of RGB (Red+Green+Blue) = 41+64+171=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2940AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940AB is #D6BF54. Grayscale: #444444. Windows color (decimal): -14073685 or 11223081. OLE color: 11223081.

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

Color convert

RGB4164171-
CMYK0.760.6300.33
HSL229.38º61.32%41.57%-
HSV(B)229.38º76.02%67.06%-
XYZ10.17.0839.36-
YUV69.32185.38107.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=14.86%
G=23.19%
B=61.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41641710.760.6300.33229.3861.3241.57
Hex2940AB4C3F021e53d2a
Octal51100253114770413457552
Binary1010011000000101010111001100111111010000111100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2940AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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