#2943AB

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

Shades of Persian Blue #2943AB

Tints of Persian Blue #2943AB

Color information

#2943AB (or 0x2943AB) is unknown color: approx Persian Blue. HEX triplet: 29, 43 and AB. RGB value is (41,67,171). Sum of RGB (Red+Green+Blue) = 41+67+171=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2943AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2943AB is #D6BC54. Grayscale: #464646. Windows color (decimal): -14072917 or 11223849. OLE color: 11223849.

HSL color Cylindrical-coordinate representation of color #2943AB: hue angle of 228º 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 #2943AB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4167171-
CMYK0.760.6100.33
HSL228º61.32%41.57%-
HSV(B)228º76.02%67.06%-
XYZ10.277.4339.42-
YUV71.08184.39106.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=14.70%
G=24.01%
B=61.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41671710.760.6100.3322861.3241.57
Hex2943AB4C3D021e43d2a
Octal51103253114750413447552
Binary1010011000011101010111001100111101010000111100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2943AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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