#293BE6

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

Shades of Persian Blue #293BE6

Tints of Persian Blue #293BE6

Color information

#293BE6 (or 0x293BE6) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and E6. RGB value is (41,59,230). Sum of RGB (Red+Green+Blue) = 41+59+230=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #293BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BE6 is #D6C419. Grayscale: #484848. Windows color (decimal): -14074906 or 15088425. OLE color: 15088425.

HSL color Cylindrical-coordinate representation of color #293BE6: hue angle of 234.29º 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 #293BE6 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4159230-
CMYK0.820.7400.10
HSL234.29º79.08%53.14%-
HSV(B)234.29º82.17%90.2%-
XYZ16.769.3175.78-
YUV73.11216.54105.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 59 (23.44% from 255) = 17.88%
BLUE value IS 230 (90.23% from 255) = 69.70%
R=12.42%
G=17.88%
B=69.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal41592300.820.7400.10234.2979.0853.14
Hex293BE6524A0Aea4f35
Octal517334612211201235211765
Binary101001111011111001101010010100101001010111010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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