#293FAB

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

Shades of Persian Blue #293FAB

Tints of Persian Blue #293FAB

Color information

#293FAB (or 0x293FAB) is unknown color: approx Persian Blue. HEX triplet: 29, 3F and AB. RGB value is (41,63,171). Sum of RGB (Red+Green+Blue) = 41+63+171=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #293FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAB is #D6C054. Grayscale: #444444. Windows color (decimal): -14073941 or 11222825. OLE color: 11222825.

HSL color Cylindrical-coordinate representation of color #293FAB: hue angle of 229.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293FAB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4163171-
CMYK0.760.6300.33
HSL229.85º61.32%41.57%-
HSV(B)229.85º76.02%67.06%-
XYZ10.046.9739.34-
YUV68.73185.71108.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=14.91%
G=22.91%
B=62.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41631710.760.6300.33229.8561.3241.57
Hex293FAB4C3F021e63d2a
Octal5177253114770413467552
Binary101001111111101010111001100111111010000111100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,171); }

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

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

 a { background-color: rgb(41,63,171); }

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

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

 span { border-color: rgb(41,63,171); }

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