#293ABE

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

Shades of Persian Blue #293ABE

Tints of Persian Blue #293ABE

Color information

#293ABE (or 0x293ABE) is unknown color: approx Persian Blue. HEX triplet: 29, 3A and BE. RGB value is (41,58,190). Sum of RGB (Red+Green+Blue) = 41+58+190=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #293ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABE is #D6C541. Grayscale: #434343. Windows color (decimal): -14075202 or 12466729. OLE color: 12466729.

HSL color Cylindrical-coordinate representation of color #293ABE: hue angle of 233.15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293ABE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4158190-
CMYK0.780.6900.25
HSL233.15º64.5%45.29%-
HSV(B)233.15º78.42%74.51%-
XYZ11.727.2249.49-
YUV67.96196.87108.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 190 (74.61% from 255) = 65.74%
R=14.19%
G=20.07%
B=65.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41581900.780.6900.25233.1564.545.29
Hex293ABE4E45019e9412d
Octal517227611610503135110155
Binary1010011110101011111010011101000101011001111010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,190); }

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

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

 a { background-color: rgb(41,58,190); }

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

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

 span { border-color: rgb(41,58,190); }

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