#293BAB

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

Shades of Persian Blue #293BAB

Tints of Persian Blue #293BAB

Color information

#293BAB (or 0x293BAB) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and AB. RGB value is (41,59,171). Sum of RGB (Red+Green+Blue) = 41+59+171=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #293BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAB is #D6C454. Grayscale: #414141. Windows color (decimal): -14074965 or 11221801. OLE color: 11221801.

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

Color convert

RGB4159171-
CMYK0.760.6500.33
HSL231.69º61.32%41.57%-
HSV(B)231.69º76.02%67.06%-
XYZ9.836.5439.27-
YUV66.39187.04109.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=15.13%
G=21.77%
B=63.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41591710.760.6500.33231.6961.3241.57
Hex293BAB4C41021e83d2a
Octal51732531141010413507552
Binary1010011110111010101110011001000001010000111101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293BAB; }

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

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

<style>
 a { background-color: #293BAB; }

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

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

<style>
 span { border-color: #293BAB; }

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

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