#293A7C

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

Shades of Resolution Blue #293A7C

Tints of Resolution Blue #293A7C

Color information

#293A7C (or 0x293A7C) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 7C. RGB value is (41,58,124). Sum of RGB (Red+Green+Blue) = 41+58+124=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #293A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A7C is #D6C583. Grayscale: #3C3C3C. Windows color (decimal): -14075268 or 8141353. OLE color: 8141353.

HSL color Cylindrical-coordinate representation of color #293A7C: hue angle of 227.71º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293A7C is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4158124-
CMYK0.670.5300.51
HSL227.71º50.3%32.35%-
HSV(B)227.71º66.94%48.63%-
XYZ6.074.9519.71-
YUV60.44163.87114.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=18.39%
G=26.01%
B=55.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41581240.670.5300.51227.7150.332.35
Hex293A7C4335033e43220
Octal5172174103650633446240
Binary10100111101011111001000011110101011001111100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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