#293AE6

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

Shades of Persian Blue #293AE6

Tints of Persian Blue #293AE6

Color information

#293AE6 (or 0x293AE6) is unknown color: approx Persian Blue. HEX triplet: 29, 3A and E6. RGB value is (41,58,230). Sum of RGB (Red+Green+Blue) = 41+58+230=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #293AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293AE6 is #D6C519. Grayscale: #474747. Windows color (decimal): -14075162 or 15088169. OLE color: 15088169.

HSL color Cylindrical-coordinate representation of color #293AE6: hue angle of 234.6º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293AE6 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4158230-
CMYK0.820.7500.10
HSL234.6º79.08%53.14%-
HSV(B)234.6º82.17%90.2%-
XYZ16.719.2175.76-
YUV72.53216.87105.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 230 (90.23% from 255) = 69.91%
R=12.46%
G=17.63%
B=69.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal41582300.820.7500.10234.679.0853.14
Hex293AE6524B0Aeb4f35
Octal517234612211301235311765
Binary101001111010111001101010010100101101010111010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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