#293D8A

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

Shades of Resolution Blue #293D8A

Tints of Resolution Blue #293D8A

Color information

#293D8A (or 0x293D8A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3D and 8A. RGB value is (41,61,138). Sum of RGB (Red+Green+Blue) = 41+61+138=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #293D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D8A is #D6C275. Grayscale: #3F3F3F. Windows color (decimal): -14074486 or 9059625. OLE color: 9059625.

HSL color Cylindrical-coordinate representation of color #293D8A: hue angle of 227.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293D8A is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4161138-
CMYK0.700.5600.46
HSL227.63º54.19%35.1%-
HSV(B)227.63º70.29%54.12%-
XYZ7.175.6424.76-
YUV63.8169.87111.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=17.08%
G=25.42%
B=57.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41611380.700.5600.46227.6354.1935.1
Hex293D8A463802Ee43623
Octal5175212106700563446643
Binary101001111101100010101000110111000010111011100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,138); }

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

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

 a { background-color: rgb(41,61,138); }

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

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

 span { border-color: rgb(41,61,138); }

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