#293EB9

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

Shades of Persian Blue #293EB9

Tints of Persian Blue #293EB9

Color information

#293EB9 (or 0x293EB9) is unknown color: approx Persian Blue. HEX triplet: 29, 3E and B9. RGB value is (41,62,185). Sum of RGB (Red+Green+Blue) = 41+62+185=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 185 (72.66% from 255 or 64.24% from 288); Max value from RGB is 185 - color contains mainly: blue. Hex color #293EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EB9 is #D6C146. Grayscale: #454545. Windows color (decimal): -14074183 or 12140073. OLE color: 12140073.

HSL color Cylindrical-coordinate representation of color #293EB9: hue angle of 231.25º 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 #293EB9 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4162185-
CMYK0.780.6600.27
HSL231.25º63.72%44.31%-
HSV(B)231.25º77.84%72.55%-
XYZ11.397.4246.73-
YUV69.74193.04107.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 185 (72.66% from 255) = 64.24%
R=14.24%
G=21.53%
B=64.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41621850.780.6600.27231.2563.7244.31
Hex293EB94E4201Be7402c
Octal517627111610203334710054
Binary1010011111101011100110011101000010011011111001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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