#293EB2

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

Shades of Persian Blue #293EB2

Tints of Persian Blue #293EB2

Color information

#293EB2 (or 0x293EB2) is unknown color: approx Persian Blue. HEX triplet: 29, 3E and B2. RGB value is (41,62,178). Sum of RGB (Red+Green+Blue) = 41+62+178=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #293EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293EB2 is #D6C14D. Grayscale: #444444. Windows color (decimal): -14074190 or 11681321. OLE color: 11681321.

HSL color Cylindrical-coordinate representation of color #293EB2: hue angle of 230.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293EB2 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4162178-
CMYK0.770.6500.30
HSL230.8º62.56%42.94%-
HSV(B)230.8º76.97%69.8%-
XYZ10.677.1342.93-
YUV68.94189.54108.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 178 (69.92% from 255) = 63.35%
R=14.59%
G=22.06%
B=63.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41621780.770.6500.30230.862.5642.94
Hex293EB24D4101Ee73f2b
Octal51762621151010363477753
Binary101001111110101100101001101100000101111011100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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