#2943b9

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

Shades of Persian Blue #2943B9

Tints of Persian Blue #2943B9

Color information

#2943B9 (or 0x2943B9) is unknown color: approx Persian Blue. HEX triplet: 29, 43 and B9. RGB value is (41,67,185). Sum of RGB (Red+Green+Blue) = 41+67+185=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #2943B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2943B9 is #D6BC46. Grayscale: #484848. Windows color (decimal): -14072903 or 12141353. OLE color: 12141353.

HSL color Cylindrical-coordinate representation of color #2943B9: hue angle of 229.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2943B9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4167185-
CMYK0.780.6400.27
HSL229.17º63.72%44.31%-
HSV(B)229.17º77.84%72.55%-
XYZ11.687.9946.83-
YUV72.68191.39105.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 185 (72.66% from 255) = 63.14%
R=13.99%
G=22.87%
B=63.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41671850.780.6400.27229.1763.7244.31
Hex2943B94E4001Be5402c
Octal5110327111610003334510054
Binary10100110000111011100110011101000000011011111001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2943b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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