#293BE1

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

Shades of Persian Blue #293BE1

Tints of Persian Blue #293BE1

Color information

#293BE1 (or 0x293BE1) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and E1. RGB value is (41,59,225). Sum of RGB (Red+Green+Blue) = 41+59+225=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #293BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BE1 is #D6C41E. Grayscale: #474747. Windows color (decimal): -14074911 or 14760745. OLE color: 14760745.

HSL color Cylindrical-coordinate representation of color #293BE1: hue angle of 234.13º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293BE1 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4159225-
CMYK0.820.7400.12
HSL234.13º75.41%52.16%-
HSV(B)234.13º81.78%88.24%-
XYZ16.079.0472.13-
YUV72.54214.04105.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 225 (88.28% from 255) = 69.23%
R=12.62%
G=18.15%
B=69.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41592250.820.7400.12234.1375.4152.16
Hex293BE1524A0Cea4b34
Octal517334112211201435211364
Binary101001111011111000011010010100101001100111010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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