#293ABF

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

Shades of Persian Blue #293ABF

Tints of Persian Blue #293ABF

Color information

#293ABF (or 0x293ABF) is unknown color: approx Persian Blue. HEX triplet: 29, 3A and BF. RGB value is (41,58,191). Sum of RGB (Red+Green+Blue) = 41+58+191=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #293ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABF is #D6C540. Grayscale: #434343. Windows color (decimal): -14075201 or 12532265. OLE color: 12532265.

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

Color convert

RGB4158191-
CMYK0.790.7000.25
HSL233.2º64.66%45.49%-
HSV(B)233.2º78.53%74.9%-
XYZ11.837.2650.07-
YUV68.08197.37108.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 191 (75% from 255) = 65.86%
R=14.14%
G=20%
B=65.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41581910.790.7000.25233.264.6645.49
Hex293ABF4F46019e9412d
Octal517227711710603135110155
Binary1010011110101011111110011111000110011001111010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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