#293EBE

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

Shades of Persian Blue #293EBE

Tints of Persian Blue #293EBE

Color information

#293EBE (or 0x293EBE) is unknown color: approx Persian Blue. HEX triplet: 29, 3E and BE. RGB value is (41,62,190). Sum of RGB (Red+Green+Blue) = 41+62+190=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #293EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EBE is #D6C141. Grayscale: #454545. Windows color (decimal): -14074178 or 12467753. OLE color: 12467753.

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

Color convert

RGB4162190-
CMYK0.780.6700.25
HSL231.54º64.5%45.29%-
HSV(B)231.54º78.42%74.51%-
XYZ11.937.6349.56-
YUV70.31195.54107.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=13.99%
G=21.16%
B=64.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41621900.780.6700.25231.5464.545.29
Hex293EBE4E43019e8412d
Octal517627611610303135010155
Binary1010011111101011111010011101000011011001111010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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